#A7A492

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

Shades of Dawn #A7A492

Tints of Dawn #A7A492

Color information

#A7A492 (or 0xA7A492) is unknown color: approx Dawn. HEX triplet: A7, A4 and 92. RGB value is (167,164,146). Sum of RGB (Red+Green+Blue) = 167+164+146=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A492 is #585B6D. Grayscale: #A2A2A2. Windows color (decimal): -5790574 or 9610407. OLE color: 9610407.

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

Color convert

RGB167164146-
CMYK00.020.130.35
HSL51.43º10.66%61.37%-
HSV(B)51.43º12.57%65.49%-
XYZ34.436.8432.49-
YUV162.84118.49130.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=35.01%
G=34.38%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716414600.020.130.3551.4310.6661.37
HexA7A49202D2333b3d
Octal247244222021543631375
Binary10100111101001001001001001011011000111100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A492; }

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

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

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

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

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

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

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

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