#A3A192

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

Shades of Dawn #A3A192

Tints of Dawn #A3A192

Color information

#A3A192 (or 0xA3A192) is unknown color: approx Dawn. HEX triplet: A3, A1 and 92. RGB value is (163,161,146). Sum of RGB (Red+Green+Blue) = 163+161+146=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A192 is #5C5E6D. Grayscale: #9F9F9F. Windows color (decimal): -6053486 or 9609635. OLE color: 9609635.

HSL color Cylindrical-coordinate representation of color #A3A192: hue angle of 52.94º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3A192 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163161146-
CMYK00.010.100.36
HSL52.94º8.46%60.59%-
HSV(B)52.94º10.43%63.92%-
XYZ33.0435.3532.28-
YUV159.89120.16130.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=34.68%
G=34.26%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316114600.010.100.3652.948.4660.59
HexA3A19201A243583d
Octal243241222011244651075
Binary1010001110100001100100100110101001001101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A192; }

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

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

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

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

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

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

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

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