#A4A195

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

Shades of Dawn #A4A195

Tints of Dawn #A4A195

Color information

#A4A195 (or 0xA4A195) is unknown color: approx Dawn. HEX triplet: A4, A1 and 95. RGB value is (164,161,149). Sum of RGB (Red+Green+Blue) = 164+161+149=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A195 is #5B5E6A. Grayscale: #A0A0A0. Windows color (decimal): -5987947 or 9806244. OLE color: 9806244.

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

Color convert

RGB164161149-
CMYK00.020.090.36
HSL48º7.61%61.37%-
HSV(B)48º9.15%64.31%-
XYZ33.4835.5533.53-
YUV160.53121.49130.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=34.60%
G=33.97%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416114900.020.090.36487.6161.37
HexA4A195029243083d
Octal244241225021144601075
Binary10100100101000011001010101010011001001100001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A195; }

 p { color: rgb(164,161,149); }

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

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

 a { background-color: rgb(164,161,149); }

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

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

 span { border-color: rgb(164,161,149); }

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