Html Css Color HEX #A09D91 Dawn

📋 copy color: '#A09D91'

red 160 ◦ green 157 ◦ blue 145

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

Shades of Dawn #A09D91

Tints of Dawn #A09D91

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.98%

 BLUE value IS 145 (57.03% from 255) = 31.39%

R = 34.63%
G = 33.98%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A09D91 (or 0xA09D91) is known color: Dawn. HEX triplet: A0, 9D and 91. RGB value is (160,157,145). Sum of RGB (Red+Green+Blue) = 160+157+145=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09D91 is #5F626E. Grayscale: #9C9C9C. Windows color (decimal): -6251119 or 9543072. OLE color: 9543072.

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

Color convert

RGB 160 157 145 -
CMYK 0 0.02 0.09 0.37
HSL 48º 0.07% 0.6% -
HSV(B) 48º 0.09% 0.63% -
XYZ 31.67 33.63 31.61 -
YUV 156.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 160 157 145 0 0.02 0.09 0.37 48 0.07 0.6
Hex A0 9D 91 0 2 9 25 30 7 3C
Octal 240 235 221 0 2 11 45 60 7 74
Binary 10100000 10011101 10010001 0 10 1001 100101 110000 111 111100

Color Harmonies of #A09D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D91

Black with #A09D91

Text Example


Text Example

White with #A09D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D91; }

 p { color: rgb(160,157,145); }

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

background-color css

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

 a { background-color: rgb(160,157,145); }

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

border-color css

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

 span { border-color: rgb(160,157,145); }

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