#AF8A72

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

Shades of Sandrift #AF8A72

Tints of Sandrift #AF8A72

Color information

#AF8A72 (or 0xAF8A72) is unknown color: approx Sandrift. HEX triplet: AF, 8A and 72. RGB value is (175,138,114). Sum of RGB (Red+Green+Blue) = 175+138+114=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A72 is #50758D. Grayscale: #929292. Windows color (decimal): -5272974 or 7506607. OLE color: 7506607.

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

Color convert

RGB175138114-
CMYK00.210.350.31
HSL23.61º27.6%56.67%-
HSV(B)23.61º34.86%68.63%-
XYZ29.828.5119.85-
YUV146.33109.76148.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=40.98%
G=32.32%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513811400.210.350.3123.6127.656.67
HexAF8A72015231F181c39
Octal2572121620254337303471
Binary10101111100010101110010010101100011111111100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A72; }

 p { color: rgb(175,138,114); }

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

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

 a { background-color: rgb(175,138,114); }

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

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

 span { border-color: rgb(175,138,114); }

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