#A3A18A

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

Shades of Dawn #A3A18A

Tints of Dawn #A3A18A

Color information

#A3A18A (or 0xA3A18A) is unknown color: approx Dawn. HEX triplet: A3, A1 and 8A. RGB value is (163,161,138). Sum of RGB (Red+Green+Blue) = 163+161+138=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A18A is #5C5E75. Grayscale: #9F9F9F. Windows color (decimal): -6053494 or 9085347. OLE color: 9085347.

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

Color convert

RGB163161138-
CMYK00.010.150.36
HSL55.2º11.96%59.02%-
HSV(B)55.2º15.34%63.92%-
XYZ32.4435.1129.11-
YUV158.98116.16130.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=35.28%
G=34.85%
B=29.87%

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
Decimal16316113800.010.150.3655.211.9659.02
HexA3A18A01F2437c3b
Octal243241212011744671473
Binary1010001110100001100010100111111001001101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A18A; }

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

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

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

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

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

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

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

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