#AF9075

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

Shades of Sandrift #AF9075

Tints of Sandrift #AF9075

Color information

#AF9075 (or 0xAF9075) is unknown color: approx Sandrift. HEX triplet: AF, 90 and 75. RGB value is (175,144,117). Sum of RGB (Red+Green+Blue) = 175+144+117=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9075 is #506F8A. Grayscale: #969696. Windows color (decimal): -5271435 or 7704751. OLE color: 7704751.

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

Color convert

RGB175144117-
CMYK00.180.330.31
HSL27.93º26.61%57.25%-
HSV(B)27.93º33.14%68.63%-
XYZ30.8630.3421.06-
YUV150.19109.27145.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=40.14%
G=33.03%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514411700.180.330.3127.9326.6157.25
HexAF9075012211F1c1b39
Octal2572201650224137343371
Binary10101111100100001110101010010100001111111110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9075; }

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

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

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

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

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

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

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

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