#A4A192

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

Shades of Dawn #A4A192

Tints of Dawn #A4A192

Color information

#A4A192 (or 0xA4A192) is unknown color: approx Dawn. HEX triplet: A4, A1 and 92. RGB value is (164,161,146). Sum of RGB (Red+Green+Blue) = 164+161+146=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A192 is #5B5E6D. Grayscale: #A0A0A0. Windows color (decimal): -5987950 or 9609636. OLE color: 9609636.

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

Color convert

RGB164161146-
CMYK00.020.110.36
HSL50º9%60.78%-
HSV(B)50º10.98%64.31%-
XYZ33.2435.4632.29-
YUV160.19119.99130.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=34.82%
G=34.18%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416114600.020.110.3650960.78
HexA4A19202B243293d
Octal244241222021344621175
Binary10100100101000011001001001010111001001100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A192; }

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

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

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

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

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

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

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

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