#A99484

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

Shades of Sandrift #A99484

Tints of Sandrift #A99484

Color information

#A99484 (or 0xA99484) is unknown color: approx Sandrift. HEX triplet: A9, 94 and 84. RGB value is (169,148,132). Sum of RGB (Red+Green+Blue) = 169+148+132=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A99484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99484 is #566B7B. Grayscale: #989898. Windows color (decimal): -5663612 or 8688809. OLE color: 8688809.

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

Color convert

RGB169148132-
CMYK00.120.220.34
HSL25.95º17.7%59.02%-
HSV(B)25.95º21.89%66.27%-
XYZ31.1231.2826.23-
YUV152.45116.46139.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=37.64%
G=32.96%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914813200.120.220.3425.9517.759.02
HexA994840C16221a123b
Octal2512242040142642322273
Binary10101001100101001000010001100101101000101101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99484; }

 p { color: rgb(169,148,132); }

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

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

 a { background-color: rgb(169,148,132); }

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

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

 span { border-color: rgb(169,148,132); }

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