Html Css Color HEX #A09E90 Dawn

📋 copy color: '#A09E90'

red 160 ◦ green 158 ◦ blue 144

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

Shades of Dawn #A09E90

Tints of Dawn #A09E90

RGB

 RED value IS 160 (62.89% from 255) = 34.63%

 GREEN value IS 158 (62.11% from 255) = 34.2%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 34.63%
G = 34.2%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A09E90 (or 0xA09E90) is known color: Dawn. HEX triplet: A0, 9E and 90. RGB value is (160,158,144). Sum of RGB (Red+Green+Blue) = 160+158+144=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09E90 is #5F616F. Grayscale: #9D9D9D. Windows color (decimal): -6250864 or 9477792. OLE color: 9477792.

HSL color Cylindrical-coordinate representation of color #A09E90: hue angle of 52.5º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A09E90 is Cyan = 0, Magento = 0.01, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 158 144 -
CMYK 0 0.01 0.1 0.37
HSL 52.5º 0.08% 0.6% -
HSV(B) 52.5º 0.1% 0.63% -
XYZ 31.76 33.94 31.26 -
YUV 157 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 160 158 144 0 0.01 0.1 0.37 52.5 0.08 0.6
Hex A0 9E 90 0 1 A 25 34 8 3C
Octal 240 236 220 0 1 12 45 64 10 74
Binary 10100000 10011110 10010000 0 1 1010 100101 110100 1000 111100

Color Harmonies of #A09E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E90

Black with #A09E90

Text Example


Text Example

White with #A09E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E90; }

 p { color: rgb(160,158,144); }

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

background-color css

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

 a { background-color: rgb(160,158,144); }

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

border-color css

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

 span { border-color: rgb(160,158,144); }

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