#A3A18B

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

Shades of Dawn #A3A18B

Tints of Dawn #A3A18B

Color information

#A3A18B (or 0xA3A18B) is unknown color: approx Dawn. HEX triplet: A3, A1 and 8B. RGB value is (163,161,139). Sum of RGB (Red+Green+Blue) = 163+161+139=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A18B is #5C5E74. Grayscale: #9F9F9F. Windows color (decimal): -6053493 or 9150883. OLE color: 9150883.

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

Color convert

RGB163161139-
CMYK00.010.150.36
HSL55º11.54%59.22%-
HSV(B)55º14.72%63.92%-
XYZ32.5135.1429.5-
YUV159.09116.66130.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=35.21%
G=34.77%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316113900.010.150.365511.5459.22
HexA3A18B01F2437c3b
Octal243241213011744671473
Binary1010001110100001100010110111111001001101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A18B; }

 p { color: rgb(163,161,139); }

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

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

 a { background-color: rgb(163,161,139); }

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

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

 span { border-color: rgb(163,161,139); }

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