#AF9282

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

Shades of Sandrift #AF9282

Tints of Sandrift #AF9282

Color information

#AF9282 (or 0xAF9282) is unknown color: approx Sandrift. HEX triplet: AF, 92 and 82. RGB value is (175,146,130). Sum of RGB (Red+Green+Blue) = 175+146+130=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9282 is #506D7D. Grayscale: #989898. Windows color (decimal): -5270910 or 8557231. OLE color: 8557231.

HSL color Cylindrical-coordinate representation of color #AF9282: hue angle of 21.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 #AF9282 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175146130-
CMYK00.170.260.31
HSL21.33º21.95%59.8%-
HSV(B)21.33º25.71%68.63%-
XYZ31.9931.2825.47-
YUV152.85115.11143.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 130 (51.17% from 255) = 28.82%
R=38.80%
G=32.37%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514613000.170.260.3121.3321.9559.8
HexAF92820111A1F15163c
Octal2572222020213237252674
Binary10101111100100101000001001000111010111111010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9282; }

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

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

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

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

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

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

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

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