#A7A28E

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

Shades of Dawn #A7A28E

Tints of Dawn #A7A28E

Color information

#A7A28E (or 0xA7A28E) is unknown color: approx Dawn. HEX triplet: A7, A2 and 8E. RGB value is (167,162,142). Sum of RGB (Red+Green+Blue) = 167+162+142=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A28E is #585D71. Grayscale: #A1A1A1. Windows color (decimal): -5791090 or 9347751. OLE color: 9347751.

HSL color Cylindrical-coordinate representation of color #A7A28E: hue angle of 48º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7A28E is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB167162142-
CMYK00.030.150.35
HSL48º12.44%60.59%-
HSV(B)48º14.97%65.49%-
XYZ33.7436.0130.76-
YUV161.21117.16132.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 162 (63.67% from 255) = 34.39%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=35.46%
G=34.39%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716214200.030.150.354812.4460.59
HexA7A28E03F2330c3d
Octal247242216031743601475
Binary10100111101000101000111001111111000111100001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A28E; }

 p { color: rgb(167,162,142); }

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

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

 a { background-color: rgb(167,162,142); }

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

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

 span { border-color: rgb(167,162,142); }

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