#AF8C74

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

Shades of Sandrift #AF8C74

Tints of Sandrift #AF8C74

Color information

#AF8C74 (or 0xAF8C74) is unknown color: approx Sandrift. HEX triplet: AF, 8C and 74. RGB value is (175,140,116). Sum of RGB (Red+Green+Blue) = 175+140+116=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C74 is #50738B. Grayscale: #939393. Windows color (decimal): -5272460 or 7638191. OLE color: 7638191.

HSL color Cylindrical-coordinate representation of color #AF8C74: hue angle of 24.41º 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 #AF8C74 is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB175140116-
CMYK00.20.340.31
HSL24.41º26.94%57.06%-
HSV(B)24.41º33.71%68.63%-
XYZ30.2129.1320.55-
YUV147.73110.1147.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=40.60%
G=32.48%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514011600.20.340.3124.4126.9457.06
HexAF8C74014221F181b39
Octal2572141640244237303371
Binary10101111100011001110100010100100010111111100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C74; }

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

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

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

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

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

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

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

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