#A4A296

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

Shades of Dawn #A4A296

Tints of Dawn #A4A296

Color information

#A4A296 (or 0xA4A296) is unknown color: approx Dawn. HEX triplet: A4, A2 and 96. RGB value is (164,162,150). Sum of RGB (Red+Green+Blue) = 164+162+150=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A296 is #5B5D69. Grayscale: #A1A1A1. Windows color (decimal): -5987690 or 9872036. OLE color: 9872036.

HSL color Cylindrical-coordinate representation of color #A4A296: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4A296 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164162150-
CMYK00.010.090.36
HSL51.43º7.14%61.57%-
HSV(B)51.43º8.54%64.31%-
XYZ33.7435.9434.01-
YUV161.23121.66129.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=34.45%
G=34.03%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416215000.010.090.3651.437.1461.57
HexA4A296019243373e
Octal24424222601114463776
Binary101001001010001010010110011001100100110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A296; }

 p { color: rgb(164,162,150); }

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

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

 a { background-color: rgb(164,162,150); }

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

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

 span { border-color: rgb(164,162,150); }

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