Html Css Color HEX #A09E94 Dawn

📋 copy color: '#A09E94'

red 160 ◦ green 158 ◦ blue 148

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

Shades of Dawn #A09E94

Tints of Dawn #A09E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.76%

R = 34.33%
G = 33.91%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A09E94 (or 0xA09E94) is known color: Dawn. HEX triplet: A0, 9E and 94. RGB value is (160,158,148). Sum of RGB (Red+Green+Blue) = 160+158+148=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09E94 is #5F616B. Grayscale: #9D9D9D. Windows color (decimal): -6250860 or 9739936. OLE color: 9739936.

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

Color convert

RGB 160 158 148 -
CMYK 0 0.01 0.07 0.37
HSL 50º 0.06% 0.6% -
HSV(B) 50º 0.07% 0.63% -
XYZ 32.07 34.07 32.9 -
YUV 157.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 160 158 148 0 0.01 0.07 0.37 50 0.06 0.6
Hex A0 9E 94 0 1 7 25 32 6 3C
Octal 240 236 224 0 1 7 45 62 6 74
Binary 10100000 10011110 10010100 0 1 111 100101 110010 110 111100

Color Harmonies of #A09E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E94

Black with #A09E94

Text Example


Text Example

White with #A09E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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