#A99285

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

Shades of Sandrift #A99285

Tints of Sandrift #A99285

Color information

#A99285 (or 0xA99285) is unknown color: approx Sandrift. HEX triplet: A9, 92 and 85. RGB value is (169,146,133). Sum of RGB (Red+Green+Blue) = 169+146+133=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A99285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99285 is #566D7A. Grayscale: #979797. Windows color (decimal): -5664123 or 8753833. OLE color: 8753833.

HSL color Cylindrical-coordinate representation of color #A99285: hue angle of 21.67º 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 #A99285 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB169146133-
CMYK00.140.210.34
HSL21.67º17.31%59.22%-
HSV(B)21.67º21.3%66.27%-
XYZ30.8730.6926.49-
YUV151.4117.62140.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=37.72%
G=32.59%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914613300.140.210.3421.6717.3159.22
HexA992850E152216113b
Octal2512222050162542262173
Binary10101001100100101000010101110101011000101011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99285; }

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

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

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

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

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

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

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

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