#A4A28D

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

Shades of Dawn #A4A28D

Tints of Dawn #A4A28D

Color information

#A4A28D (or 0xA4A28D) is unknown color: approx Dawn. HEX triplet: A4, A2 and 8D. RGB value is (164,162,141). Sum of RGB (Red+Green+Blue) = 164+162+141=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A28D is #5B5D72. Grayscale: #A0A0A0. Windows color (decimal): -5987699 or 9282212. OLE color: 9282212.

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

Color convert

RGB164162141-
CMYK00.010.140.36
HSL54.78º11.22%59.8%-
HSV(B)54.78º14.02%64.31%-
XYZ33.0435.6630.34-
YUV160.2117.16130.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=35.12%
G=34.69%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416214100.010.140.3654.7811.2259.8
HexA4A28D01E2437b3c
Octal244242215011644671374
Binary1010010010100010100011010111101001001101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A28D; }

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

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

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

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

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

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

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

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