Html Css Color HEX #A09578 Tallow

📋 copy color: '#A09578'

red 160 ◦ green 149 ◦ blue 120

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

Shades of Tallow #A09578

Tints of Tallow #A09578

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.73%

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 37.3%
G = 34.73%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A09578 (or 0xA09578) is known color: Tallow. HEX triplet: A0, 95 and 78. RGB value is (160,149,120). Sum of RGB (Red+Green+Blue) = 160+149+120=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A09578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09578 is #5F6A87. Grayscale: #959595. Windows color (decimal): -6253192 or 7902624. OLE color: 7902624.

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

Color convert

RGB 160 149 120 -
CMYK 0 0.07 0.25 0.37
HSL 43.5º 0.17% 0.55% -
HSV(B) 43.5º 0.25% 0.63% -
XYZ 28.63 30.32 22.11 -
YUV 148.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 160 149 120 0 0.07 0.25 0.37 43.5 0.17 0.55
Hex A0 95 78 0 7 19 25 2C 11 37
Octal 240 225 170 0 7 31 45 54 21 67
Binary 10100000 10010101 1111000 0 111 11001 100101 101100 10001 110111

Color Harmonies of #A09578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09578

Black with #A09578

Text Example


Text Example

White with #A09578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09578; }

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

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

background-color css

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

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

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

border-color css

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

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

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