#A3A08F

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

Shades of Dawn #A3A08F

Tints of Dawn #A3A08F

Color information

#A3A08F (or 0xA3A08F) is unknown color: approx Dawn. HEX triplet: A3, A0 and 8F. RGB value is (163,160,143). Sum of RGB (Red+Green+Blue) = 163+160+143=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A08F is #5C5F70. Grayscale: #9F9F9F. Windows color (decimal): -6053745 or 9412771. OLE color: 9412771.

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

Color convert

RGB163160143-
CMYK00.020.120.36
HSL51º9.8%60%-
HSV(B)51º12.27%63.92%-
XYZ32.6334.9131.01-
YUV158.96118.99130.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=34.98%
G=34.33%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316014300.020.120.36519.860
HexA3A08F02C2433a3c
Octal243240217021444631274
Binary10100011101000001000111101011001001001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A08F; }

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

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

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

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

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

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

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

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