#A99077

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

Shades of Sandrift #A99077

Tints of Sandrift #A99077

Color information

#A99077 (or 0xA99077) is unknown color: approx Sandrift. HEX triplet: A9, 90 and 77. RGB value is (169,144,119). Sum of RGB (Red+Green+Blue) = 169+144+119=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99077 is #566F88. Grayscale: #949494. Windows color (decimal): -5664649 or 7835817. OLE color: 7835817.

HSL color Cylindrical-coordinate representation of color #A99077: hue angle of 30º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99077 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169144119-
CMYK00.150.300.34
HSL30º22.52%56.47%-
HSV(B)30º29.59%66.27%-
XYZ29.6729.7121.62-
YUV148.62111.28142.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=39.12%
G=33.33%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914411900.150.300.343022.5256.47
HexA990770F1E221e1738
Octal2512201670173642362770
Binary1010100110010000111011101111111101000101111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99077; }

 p { color: rgb(169,144,119); }

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

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

 a { background-color: rgb(169,144,119); }

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

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

 span { border-color: rgb(169,144,119); }

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