#A99385

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

Shades of Sandrift #A99385

Tints of Sandrift #A99385

Color information

#A99385 (or 0xA99385) is unknown color: approx Sandrift. HEX triplet: A9, 93 and 85. RGB value is (169,147,133). Sum of RGB (Red+Green+Blue) = 169+147+133=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A99385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99385 is #566C7A. Grayscale: #989898. Windows color (decimal): -5663867 or 8754089. OLE color: 8754089.

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

Color convert

RGB169147133-
CMYK00.130.210.34
HSL23.33º17.31%59.22%-
HSV(B)23.33º21.3%66.27%-
XYZ31.033126.54-
YUV151.98117.29140.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 147 (57.81% from 255) = 32.74%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=37.64%
G=32.74%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914713300.130.210.3423.3317.3159.22
HexA993850D152217113b
Octal2512232050152542272173
Binary10101001100100111000010101101101011000101011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99385; }

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

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

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

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

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

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

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

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