#AF9182

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

Shades of Sandrift #AF9182

Tints of Sandrift #AF9182

Color information

#AF9182 (or 0xAF9182) is unknown color: approx Sandrift. HEX triplet: AF, 91 and 82. RGB value is (175,145,130). Sum of RGB (Red+Green+Blue) = 175+145+130=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9182 is #506E7D. Grayscale: #989898. Windows color (decimal): -5271166 or 8556975. OLE color: 8556975.

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

Color convert

RGB175145130-
CMYK00.170.260.31
HSL20º21.95%59.8%-
HSV(B)20º25.71%68.63%-
XYZ31.8330.9825.42-
YUV152.26115.44144.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=38.89%
G=32.22%
B=28.89%

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
Decimal17514513000.170.260.312021.9559.8
HexAF91820111A1F14163c
Octal2572212020213237242674
Binary10101111100100011000001001000111010111111010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9182; }

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

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

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

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

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

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

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

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