#AF9374

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

Shades of Sandrift #AF9374

Tints of Sandrift #AF9374

Color information

#AF9374 (or 0xAF9374) is unknown color: approx Sandrift. HEX triplet: AF, 93 and 74. RGB value is (175,147,116). Sum of RGB (Red+Green+Blue) = 175+147+116=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9374 is #506C8B. Grayscale: #979797. Windows color (decimal): -5270668 or 7639983. OLE color: 7639983.

HSL color Cylindrical-coordinate representation of color #AF9374: hue angle of 31.53º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF9374 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB175147116-
CMYK00.160.340.31
HSL31.53º26.94%57.06%-
HSV(B)31.53º33.71%68.63%-
XYZ31.2731.2420.91-
YUV151.84107.78144.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=39.95%
G=33.56%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514711600.160.340.3131.5326.9457.06
HexAF9374010221F201b39
Octal2572231640204237403371
Binary101011111001001111101000100001000101111110000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9374; }

 p { color: rgb(175,147,116); }

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

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

 a { background-color: rgb(175,147,116); }

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

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

 span { border-color: rgb(175,147,116); }

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