#A2A18F

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

Shades of Dawn #A2A18F

Tints of Dawn #A2A18F

Color information

#A2A18F (or 0xA2A18F) is unknown color: approx Dawn. HEX triplet: A2, A1 and 8F. RGB value is (162,161,143). Sum of RGB (Red+Green+Blue) = 162+161+143=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A18F is #5D5E70. Grayscale: #9F9F9F. Windows color (decimal): -6119025 or 9413026. OLE color: 9413026.

HSL color Cylindrical-coordinate representation of color #A2A18F: hue angle of 56.84º 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 #A2A18F is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162161143-
CMYK00.010.120.36
HSL56.84º9.27%59.8%-
HSV(B)56.84º11.73%63.53%-
XYZ32.635.1531.05-
YUV159.25118.83129.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=34.76%
G=34.55%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216114300.010.120.3656.849.2759.8
HexA2A18F01C243993c
Octal242241217011444711174
Binary1010001010100001100011110111001001001110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A18F; }

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

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

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

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

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

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

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

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