#AF9175

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

Shades of Sandrift #AF9175

Tints of Sandrift #AF9175

Color information

#AF9175 (or 0xAF9175) is unknown color: approx Sandrift. HEX triplet: AF, 91 and 75. RGB value is (175,145,117). Sum of RGB (Red+Green+Blue) = 175+145+117=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9175 is #506E8A. Grayscale: #969696. Windows color (decimal): -5271179 or 7705007. OLE color: 7705007.

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

Color convert

RGB175145117-
CMYK00.170.330.31
HSL28.97º26.61%57.25%-
HSV(B)28.97º33.14%68.63%-
XYZ31.0230.6521.11-
YUV150.78108.94145.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=40.05%
G=33.18%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514511700.170.330.3128.9726.6157.25
HexAF9175011211F1d1b39
Octal2572211650214137353371
Binary10101111100100011110101010001100001111111110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9175; }

 p { color: rgb(175,145,117); }

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

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

 a { background-color: rgb(175,145,117); }

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

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

 span { border-color: rgb(175,145,117); }

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