#AF9582

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

Shades of Sandrift #AF9582

Tints of Sandrift #AF9582

Color information

#AF9582 (or 0xAF9582) is unknown color: approx Sandrift. HEX triplet: AF, 95 and 82. RGB value is (175,149,130). Sum of RGB (Red+Green+Blue) = 175+149+130=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9582 is #506A7D. Grayscale: #9A9A9A. Windows color (decimal): -5270142 or 8557999. OLE color: 8557999.

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

Color convert

RGB175149130-
CMYK00.150.260.31
HSL25.33º21.95%59.8%-
HSV(B)25.33º25.71%68.63%-
XYZ32.4632.2225.63-
YUV154.61114.11142.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 130 (51.17% from 255) = 28.63%
R=38.55%
G=32.82%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514913000.150.260.3125.3321.9559.8
HexAF95820F1A1F19163c
Octal2572252020173237312674
Binary1010111110010101100000100111111010111111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9582; }

 p { color: rgb(175,149,130); }

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

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

 a { background-color: rgb(175,149,130); }

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

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

 span { border-color: rgb(175,149,130); }

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