Html Css Color HEX #A3A193 Dawn

📋 copy color: '#A3A193'

red 163 ◦ green 161 ◦ blue 147

#A3A193
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn #A3A193

Tints of Dawn #A3A193

RGB

 RED value IS 163 (64.06% from 255) = 34.61%

 GREEN value IS 161 (63.28% from 255) = 34.18%

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 34.61%
G = 34.18%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A3A193 (or 0xA3A193) is known color: Dawn. HEX triplet: A3, A1 and 93. RGB value is (163,161,147). Sum of RGB (Red+Green+Blue) = 163+161+147=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A193 is #5C5E6C. Grayscale: #A0A0A0. Windows color (decimal): -6053485 or 9675171. OLE color: 9675171.

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

Color convert

RGB 163 161 147 -
CMYK 0 0.01 0.10 0.36
HSL 52.5º 0.08% 0.61% -
HSV(B) 52.5º 0.1% 0.64% -
XYZ 33.12 35.38 32.69 -
YUV 160 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 163 161 147 0 0.01 0.10 0.36 52.5 0.08 0.61
Hex A3 A1 93 0 1 A 24 34 8 3D
Octal 243 241 223 0 1 12 44 64 10 75
Binary 10100011 10100001 10010011 0 1 1010 100100 110100 1000 111101

Color Harmonies of #A3A193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A193

Black with #A3A193

Text Example


Text Example

White with #A3A193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A193; }

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

 H1.HeaderClassName
 {
   color: #A3A193;
 }
 .AnyTagClassName
 {
   color: #A3A193;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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