#A7A28D

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

Shades of Dawn #A7A28D

Tints of Dawn #A7A28D

Color information

#A7A28D (or 0xA7A28D) is unknown color: approx Dawn. HEX triplet: A7, A2 and 8D. RGB value is (167,162,141). Sum of RGB (Red+Green+Blue) = 167+162+141=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A28D is #585D72. Grayscale: #A1A1A1. Windows color (decimal): -5791091 or 9282215. OLE color: 9282215.

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

Color convert

RGB167162141-
CMYK00.030.160.35
HSL48.46º12.87%60.39%-
HSV(B)48.46º15.57%65.49%-
XYZ33.6635.9830.37-
YUV161.1116.66132.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 141 (55.47% from 255) = 30%
R=35.53%
G=34.47%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716214100.030.160.3548.4612.8760.39
HexA7A28D03102330d3c
Octal247242215032043601574
Binary101001111010001010001101011100001000111100001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A28D; }

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

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

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

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

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

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

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

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