#AF9082

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

Shades of Sandrift #AF9082

Tints of Sandrift #AF9082

Color information

#AF9082 (or 0xAF9082) is unknown color: approx Sandrift. HEX triplet: AF, 90 and 82. RGB value is (175,144,130). Sum of RGB (Red+Green+Blue) = 175+144+130=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9082 is #506F7D. Grayscale: #979797. Windows color (decimal): -5271422 or 8556719. OLE color: 8556719.

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

Color convert

RGB175144130-
CMYK00.180.260.31
HSL18.67º21.95%59.8%-
HSV(B)18.67º25.71%68.63%-
XYZ31.6830.6725.37-
YUV151.67115.77144.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=38.98%
G=32.07%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514413000.180.260.3118.6721.9559.8
HexAF90820121A1F13163c
Octal2572202020223237232674
Binary10101111100100001000001001001011010111111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9082; }

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

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

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

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

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

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

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

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