#AF8973

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

Shades of Sandrift #AF8973

Tints of Sandrift #AF8973

Color information

#AF8973 (or 0xAF8973) is unknown color: approx Sandrift. HEX triplet: AF, 89 and 73. RGB value is (175,137,115). Sum of RGB (Red+Green+Blue) = 175+137+115=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8973 is #50768C. Grayscale: #919191. Windows color (decimal): -5273229 or 7571887. OLE color: 7571887.

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

Color convert

RGB175137115-
CMYK00.220.340.31
HSL22º27.27%56.86%-
HSV(B)22º34.29%68.63%-
XYZ29.7228.2420.1-
YUV145.85110.59148.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=40.98%
G=32.08%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513711500.220.340.312227.2756.86
HexAF8973016221F161b39
Octal2572111630264237263371
Binary10101111100010011110011010110100010111111011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8973; }

 p { color: rgb(175,137,115); }

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

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

 a { background-color: rgb(175,137,115); }

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

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

 span { border-color: rgb(175,137,115); }

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