#AF8B77

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

Shades of Sandrift #AF8B77

Tints of Sandrift #AF8B77

Color information

#AF8B77 (or 0xAF8B77) is unknown color: approx Sandrift. HEX triplet: AF, 8B and 77. RGB value is (175,139,119). Sum of RGB (Red+Green+Blue) = 175+139+119=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B77 is #507488. Grayscale: #939393. Windows color (decimal): -5272713 or 7834543. OLE color: 7834543.

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

Color convert

RGB175139119-
CMYK00.210.320.31
HSL21.43º25.93%57.65%-
HSV(B)21.43º32%68.63%-
XYZ30.2428.9121.44-
YUV147.48111.93147.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=40.42%
G=32.10%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513911900.210.320.3121.4325.9357.65
HexAF8B77015201F151a3a
Octal2572131670254037253272
Binary10101111100010111110111010101100000111111010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B77; }

 p { color: rgb(175,139,119); }

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

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

 a { background-color: rgb(175,139,119); }

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

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

 span { border-color: rgb(175,139,119); }

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