#AF917A

Color #AF917A Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #AF917A

Tints of Sandrift #AF917A

Color information

#AF917A (or 0xAF917A) is unknown color: approx Sandrift. HEX triplet: AF, 91 and 7A. RGB value is (175,145,122). Sum of RGB (Red+Green+Blue) = 175+145+122=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF917A is #506E85. Grayscale: #979797. Windows color (decimal): -5271174 or 8032687. OLE color: 8032687.

HSL color Cylindrical-coordinate representation of color #AF917A: hue angle of 26.04º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF917A is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175145122-
CMYK00.170.300.31
HSL26.04º24.88%58.24%-
HSV(B)26.04º30.29%68.63%-
XYZ31.3230.7722.7-
YUV151.35111.44144.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=39.59%
G=32.81%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514512200.170.300.3126.0424.8858.24
HexAF917A0111E1F1a193a
Octal2572211720213637323172
Binary1010111110010001111101001000111110111111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF917A; }

 p { color: rgb(175,145,122); }

 H1.HeaderClassName
 {
   color: #AF917A;
 }
 .AnyTagClassName
 {
   color: #AF917A;
 }
</style>
background-color css

<style>
 a { background-color: #AF917A; }

 a { background-color: rgb(175,145,122); }

 div.DivClassName
 {
   background-color: #AF917A;
 }
 .BgClassName
 {
   background-color: #AF917A;
 }
</style>
border-color css

<style>
 span { border-color: #AF917A; }

 span { border-color: rgb(175,145,122); }

 td.TdClassName
 {
   border-color: #AF917A;
 }
 .TagClassName
 {
   border-color: #AF917A;
 }
</style>