Html Css Color HEX #A09C90 Dawn

📋 copy color: '#A09C90'

red 160 ◦ green 156 ◦ blue 144

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

Shades of Dawn #A09C90

Tints of Dawn #A09C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.91%

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

R = 34.78%
G = 33.91%
B = 31.3%

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

#A09C90 (or 0xA09C90) is known color: Dawn. HEX triplet: A0, 9C and 90. RGB value is (160,156,144). Sum of RGB (Red+Green+Blue) = 160+156+144=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09C90 is #5F636F. Grayscale: #9B9B9B. Windows color (decimal): -6251376 or 9477280. OLE color: 9477280.

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

Color convert

RGB 160 156 144 -
CMYK 0 0.02 0.1 0.37
HSL 45º 0.08% 0.6% -
HSV(B) 45º 0.1% 0.63% -
XYZ 31.42 33.26 31.15 -
YUV 155.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 160 156 144 0 0.02 0.1 0.37 45 0.08 0.6
Hex A0 9C 90 0 2 A 25 2D 8 3C
Octal 240 234 220 0 2 12 45 55 10 74
Binary 10100000 10011100 10010000 0 10 1010 100101 101101 1000 111100

Color Harmonies of #A09C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09C90

Black with #A09C90

Text Example


Text Example

White with #A09C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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