#A99382

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

Shades of Sandrift #A99382

Tints of Sandrift #A99382

Color information

#A99382 (or 0xA99382) is unknown color: approx Sandrift. HEX triplet: A9, 93 and 82. RGB value is (169,147,130). Sum of RGB (Red+Green+Blue) = 169+147+130=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A99382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99382 is #566C7D. Grayscale: #979797. Windows color (decimal): -5663870 or 8557481. OLE color: 8557481.

HSL color Cylindrical-coordinate representation of color #A99382: hue angle of 26.15º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A99382 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB169147130-
CMYK00.130.230.34
HSL26.15º18.48%58.63%-
HSV(B)26.15º23.08%66.27%-
XYZ30.8330.9125.46-
YUV151.64115.79140.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=37.89%
G=32.96%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914713000.130.230.3426.1518.4858.63
HexA993820D17221a123b
Octal2512232020152742322273
Binary10101001100100111000001001101101111000101101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99382; }

 p { color: rgb(169,147,130); }

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

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

 a { background-color: rgb(169,147,130); }

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

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

 span { border-color: rgb(169,147,130); }

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