#AF9982

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

Shades of Sandrift #AF9982

Tints of Sandrift #AF9982

Color information

#AF9982 (or 0xAF9982) is unknown color: approx Sandrift. HEX triplet: AF, 99 and 82. RGB value is (175,153,130). Sum of RGB (Red+Green+Blue) = 175+153+130=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9982 is #50667D. Grayscale: #9D9D9D. Windows color (decimal): -5269118 or 8559023. OLE color: 8559023.

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

Color convert

RGB175153130-
CMYK00.130.260.31
HSL30.67º21.95%59.8%-
HSV(B)30.67º25.71%68.63%-
XYZ33.133.5125.84-
YUV156.96112.79140.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 130 (51.17% from 255) = 28.38%
R=38.21%
G=33.41%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515313000.130.260.3130.6721.9559.8
HexAF99820D1A1F1f163c
Octal2572312020153237372674
Binary1010111110011001100000100110111010111111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9982; }

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

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

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

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

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

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

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

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