#A99278

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

Shades of Sandrift #A99278

Tints of Sandrift #A99278

Color information

#A99278 (or 0xA99278) is unknown color: approx Sandrift. HEX triplet: A9, 92 and 78. RGB value is (169,146,120). Sum of RGB (Red+Green+Blue) = 169+146+120=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A99278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99278 is #566D87. Grayscale: #969696. Windows color (decimal): -5664136 or 7901865. OLE color: 7901865.

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

Color convert

RGB169146120-
CMYK00.140.290.34
HSL31.84º22.17%56.67%-
HSV(B)31.84º28.99%66.27%-
XYZ30.0330.3522.04-
YUV149.91111.12141.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=38.85%
G=33.56%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914612000.140.290.3431.8422.1756.67
HexA992780E1D22201639
Octal2512221700163542402671
Binary10101001100100101111000011101110110001010000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99278; }

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

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

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

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

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

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

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

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