#A3A08E

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

Shades of Dawn #A3A08E

Tints of Dawn #A3A08E

Color information

#A3A08E (or 0xA3A08E) is unknown color: approx Dawn. HEX triplet: A3, A0 and 8E. RGB value is (163,160,142). Sum of RGB (Red+Green+Blue) = 163+160+142=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A08E is #5C5F71. Grayscale: #9E9E9E. Windows color (decimal): -6053746 or 9347235. OLE color: 9347235.

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

Color convert

RGB163160142-
CMYK00.020.130.36
HSL51.43º10.24%59.8%-
HSV(B)51.43º12.88%63.92%-
XYZ32.5634.8830.61-
YUV158.84118.49130.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=35.05%
G=34.41%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316014200.020.130.3651.4310.2459.8
HexA3A08E02D2433a3c
Octal243240216021544631274
Binary10100011101000001000111001011011001001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A08E; }

 p { color: rgb(163,160,142); }

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

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

 a { background-color: rgb(163,160,142); }

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

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

 span { border-color: rgb(163,160,142); }

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