Html Css Color HEX #A09D8B Dawn

📋 copy color: '#A09D8B'

red 160 ◦ green 157 ◦ blue 139

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

Shades of Dawn #A09D8B

Tints of Dawn #A09D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 35.09%
G = 34.43%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A09D8B (or 0xA09D8B) is known color: Dawn. HEX triplet: A0, 9D and 8B. RGB value is (160,157,139). Sum of RGB (Red+Green+Blue) = 160+157+139=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09D8B is #5F6274. Grayscale: #9B9B9B. Windows color (decimal): -6251125 or 9149856. OLE color: 9149856.

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

Color convert

RGB 160 157 139 -
CMYK 0 0.02 0.13 0.37
HSL 51.43º 0.1% 0.59% -
HSV(B) 51.43º 0.13% 0.63% -
XYZ 31.21 33.45 29.24 -
YUV 155.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 160 157 139 0 0.02 0.13 0.37 51.43 0.1 0.59
Hex A0 9D 8B 0 2 D 25 33 A 3B
Octal 240 235 213 0 2 15 45 63 12 73
Binary 10100000 10011101 10001011 0 10 1101 100101 110011 1010 111011

Color Harmonies of #A09D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D8B

Black with #A09D8B

Text Example


Text Example

White with #A09D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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