#A3A18C

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

Shades of Dawn #A3A18C

Tints of Dawn #A3A18C

Color information

#A3A18C (or 0xA3A18C) is unknown color: approx Dawn. HEX triplet: A3, A1 and 8C. RGB value is (163,161,140). Sum of RGB (Red+Green+Blue) = 163+161+140=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A18C is #5C5E73. Grayscale: #9F9F9F. Windows color (decimal): -6053492 or 9216419. OLE color: 9216419.

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

Color convert

RGB163161140-
CMYK00.010.140.36
HSL54.78º11.11%59.41%-
HSV(B)54.78º14.11%63.92%-
XYZ32.5835.1729.88-
YUV159.2117.16130.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 161 (63.28% from 255) = 34.70%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=35.13%
G=34.70%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316114000.010.140.3654.7811.1159.41
HexA3A18C01E2437b3b
Octal243241214011644671373
Binary1010001110100001100011000111101001001101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A18C; }

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

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

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

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

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

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

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

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