#A8A492

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

Shades of Dawn #A8A492

Tints of Dawn #A8A492

Color information

#A8A492 (or 0xA8A492) is unknown color: approx Dawn. HEX triplet: A8, A4 and 92. RGB value is (168,164,146). Sum of RGB (Red+Green+Blue) = 168+164+146=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A492 is #575B6D. Grayscale: #A3A3A3. Windows color (decimal): -5725038 or 9610408. OLE color: 9610408.

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

Color convert

RGB168164146-
CMYK00.020.130.34
HSL49.09º11.22%61.57%-
HSV(B)49.09º13.1%65.88%-
XYZ34.6136.9532.5-
YUV163.14118.33131.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=35.15%
G=34.31%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816414600.020.130.3449.0911.2261.57
HexA8A49202D2231b3e
Octal250244222021542611376
Binary10101000101001001001001001011011000101100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A492; }

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

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

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

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

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

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

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

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