#A3A08A

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

Shades of Dawn #A3A08A

Tints of Dawn #A3A08A

Color information

#A3A08A (or 0xA3A08A) is unknown color: approx Dawn. HEX triplet: A3, A0 and 8A. RGB value is (163,160,138). Sum of RGB (Red+Green+Blue) = 163+160+138=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A08A is #5C5F75. Grayscale: #9E9E9E. Windows color (decimal): -6053750 or 9085091. OLE color: 9085091.

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

Color convert

RGB163160138-
CMYK00.020.150.36
HSL52.8º11.96%59.02%-
HSV(B)52.8º15.34%63.92%-
XYZ32.2634.7629.05-
YUV158.39116.49131.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=35.36%
G=34.71%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316013800.020.150.3652.811.9659.02
HexA3A08A02F2435c3b
Octal243240212021744651473
Binary10100011101000001000101001011111001001101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A08A; }

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

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

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

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

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

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

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

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