Html Css Color HEX #A09E95 Dawn

📋 copy color: '#A09E95'

red 160 ◦ green 158 ◦ blue 149

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

Shades of Dawn #A09E95

Tints of Dawn #A09E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 34.26%
G = 33.83%
B = 31.91%

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

#A09E95 (or 0xA09E95) is known color: Dawn. HEX triplet: A0, 9E and 95. RGB value is (160,158,149). Sum of RGB (Red+Green+Blue) = 160+158+149=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09E95 is #5F616A. Grayscale: #9D9D9D. Windows color (decimal): -6250859 or 9805472. OLE color: 9805472.

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

Color convert

RGB 160 158 149 -
CMYK 0 0.01 0.07 0.37
HSL 49.09º 0.05% 0.61% -
HSV(B) 49.09º 0.07% 0.63% -
XYZ 32.15 34.1 33.32 -
YUV 157.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 160 158 149 0 0.01 0.07 0.37 49.09 0.05 0.61
Hex A0 9E 95 0 1 7 25 31 5 3D
Octal 240 236 225 0 1 7 45 61 5 75
Binary 10100000 10011110 10010101 0 1 111 100101 110001 101 111101

Color Harmonies of #A09E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E95

Black with #A09E95

Text Example


Text Example

White with #A09E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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