#A29E8D

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

Shades of Dawn #A29E8D

Tints of Dawn #A29E8D

Color information

#A29E8D (or 0xA29E8D) is unknown color: approx Dawn. HEX triplet: A2, 9E and 8D. RGB value is (162,158,141). Sum of RGB (Red+Green+Blue) = 162+158+141=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29E8D is #5D6172. Grayscale: #9D9D9D. Windows color (decimal): -6119795 or 9281186. OLE color: 9281186.

HSL color Cylindrical-coordinate representation of color #A29E8D: hue angle of 48.57º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A29E8D is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB162158141-
CMYK00.020.130.36
HSL48.57º10.14%59.41%-
HSV(B)48.57º12.96%63.53%-
XYZ31.9334.0630.09-
YUV157.26118.83131.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=35.14%
G=34.27%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215814100.020.130.3648.5710.1459.41
HexA29E8D02D2431a3b
Octal242236215021544611273
Binary10100010100111101000110101011011001001100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E8D; }

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

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

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

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

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

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

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

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