Html Css Color HEX #A09D90 Dawn

📋 copy color: '#A09D90'

red 160 ◦ green 157 ◦ blue 144

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

Shades of Dawn #A09D90

Tints of Dawn #A09D90

RGB

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

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

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

R = 34.71%
G = 34.06%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A09D90 (or 0xA09D90) is known color: Dawn. HEX triplet: A0, 9D and 90. RGB value is (160,157,144). Sum of RGB (Red+Green+Blue) = 160+157+144=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09D90 is #5F626F. Grayscale: #9C9C9C. Windows color (decimal): -6251120 or 9477536. OLE color: 9477536.

HSL color Cylindrical-coordinate representation of color #A09D90: hue angle of 48.75º 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 #A09D90 is Cyan = 0, Magento = 0.02, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 157 144 -
CMYK 0 0.02 0.1 0.37
HSL 48.75º 0.08% 0.6% -
HSV(B) 48.75º 0.1% 0.63% -
XYZ 31.59 33.6 31.21 -
YUV 156.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 160 157 144 0 0.02 0.1 0.37 48.75 0.08 0.6
Hex A0 9D 90 0 2 A 25 31 8 3C
Octal 240 235 220 0 2 12 45 61 10 74
Binary 10100000 10011101 10010000 0 10 1010 100101 110001 1000 111100

Color Harmonies of #A09D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D90

Black with #A09D90

Text Example


Text Example

White with #A09D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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