#A29F8F

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

Shades of Dawn #A29F8F

Tints of Dawn #A29F8F

Color information

#A29F8F (or 0xA29F8F) is unknown color: approx Dawn. HEX triplet: A2, 9F and 8F. RGB value is (162,159,143). Sum of RGB (Red+Green+Blue) = 162+159+143=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F8F is #5D6070. Grayscale: #9E9E9E. Windows color (decimal): -6119537 or 9412514. OLE color: 9412514.

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

Color convert

RGB162159143-
CMYK00.020.120.36
HSL50.53º9.27%59.8%-
HSV(B)50.53º11.73%63.53%-
XYZ32.2634.4630.94-
YUV158.07119.49130.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=34.91%
G=34.27%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215914300.020.120.3650.539.2759.8
HexA29F8F02C243393c
Octal242237217021444631174
Binary10100010100111111000111101011001001001100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F8F; }

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

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

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

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

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

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

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

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