#A29F88

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

Shades of Dawn #A29F88

Tints of Dawn #A29F88

Color information

#A29F88 (or 0xA29F88) is unknown color: approx Dawn. HEX triplet: A2, 9F and 88. RGB value is (162,159,136). Sum of RGB (Red+Green+Blue) = 162+159+136=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F88 is #5D6077. Grayscale: #9D9D9D. Windows color (decimal): -6119544 or 8953762. OLE color: 8953762.

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

Color convert

RGB162159136-
CMYK00.020.160.36
HSL53.08º12.26%58.43%-
HSV(B)53.08º16.05%63.53%-
XYZ31.7434.2628.23-
YUV157.27115.99131.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 136 (53.52% from 255) = 29.76%
R=35.45%
G=34.79%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215913600.020.160.3653.0812.2658.43
HexA29F8802102435c3a
Octal242237210022044651472
Binary101000101001111110001000010100001001001101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F88; }

 p { color: rgb(162,159,136); }

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

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

 a { background-color: rgb(162,159,136); }

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

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

 span { border-color: rgb(162,159,136); }

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