#A4A194

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

Shades of Dawn #A4A194

Tints of Dawn #A4A194

Color information

#A4A194 (or 0xA4A194) is unknown color: approx Dawn. HEX triplet: A4, A1 and 94. RGB value is (164,161,148). Sum of RGB (Red+Green+Blue) = 164+161+148=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A194 is #5B5E6B. Grayscale: #A0A0A0. Windows color (decimal): -5987948 or 9740708. OLE color: 9740708.

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

Color convert

RGB164161148-
CMYK00.020.100.36
HSL48.75º8.08%61.18%-
HSV(B)48.75º9.76%64.31%-
XYZ33.435.5233.11-
YUV160.42120.99130.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=34.67%
G=34.04%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416114800.020.100.3648.758.0861.18
HexA4A19402A243183d
Octal244241224021244611075
Binary10100100101000011001010001010101001001100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A194; }

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

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

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

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

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

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

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

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