Html Css Color HEX #A2A093 Dawn

📋 copy color: '#A2A093'

red 162 ◦ green 160 ◦ blue 147

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

Shades of Dawn #A2A093

Tints of Dawn #A2A093

RGB

 RED value IS 162 (63.67% from 255) = 34.54%

 GREEN value IS 160 (62.89% from 255) = 34.12%

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

R = 34.54%
G = 34.12%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A2A093 (or 0xA2A093) is known color: Dawn. HEX triplet: A2, A0 and 93. RGB value is (162,160,147). Sum of RGB (Red+Green+Blue) = 162+160+147=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A093 is #5D5F6C. Grayscale: #9F9F9F. Windows color (decimal): -6119277 or 9674914. OLE color: 9674914.

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

Color convert

RGB 162 160 147 -
CMYK 0 0.01 0.09 0.36
HSL 52º 0.07% 0.61% -
HSV(B) 52º 0.09% 0.64% -
XYZ 32.74 34.93 32.62 -
YUV 159.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 162 160 147 0 0.01 0.09 0.36 52 0.07 0.61
Hex A2 A0 93 0 1 9 24 34 7 3D
Octal 242 240 223 0 1 11 44 64 7 75
Binary 10100010 10100000 10010011 0 1 1001 100100 110100 111 111101

Color Harmonies of #A2A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A093

Black with #A2A093

Text Example


Text Example

White with #A2A093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A093; }

 p { color: rgb(162,160,147); }

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

background-color css

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

 a { background-color: rgb(162,160,147); }

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

border-color css

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

 span { border-color: rgb(162,160,147); }

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