#AF9079

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

Shades of Sandrift #AF9079

Tints of Sandrift #AF9079

Color information

#AF9079 (or 0xAF9079) is unknown color: approx Sandrift. HEX triplet: AF, 90 and 79. RGB value is (175,144,121). Sum of RGB (Red+Green+Blue) = 175+144+121=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9079 is #506F86. Grayscale: #969696. Windows color (decimal): -5271431 or 7966895. OLE color: 7966895.

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

Color convert

RGB175144121-
CMYK00.180.310.31
HSL25.56º25.23%58.04%-
HSV(B)25.56º30.86%68.63%-
XYZ31.130.4422.33-
YUV150.65111.27145.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 121 (47.66% from 255) = 27.5%
R=39.77%
G=32.73%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514412100.180.310.3125.5625.2358.04
HexAF90790121F1F1a193a
Octal2572201710223737323172
Binary1010111110010000111100101001011111111111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9079; }

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

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

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

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

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

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

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

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