Html Css Color HEX #A09679 Tallow

📋 copy color: '#A09679'

red 160 ◦ green 150 ◦ blue 121

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

Shades of Tallow #A09679

Tints of Tallow #A09679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.8%

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 37.12%
G = 34.8%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A09679 (or 0xA09679) is known color: Tallow. HEX triplet: A0, 96 and 79. RGB value is (160,150,121). Sum of RGB (Red+Green+Blue) = 160+150+121=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A09679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09679 is #5F6986. Grayscale: #959595. Windows color (decimal): -6252935 or 7968416. OLE color: 7968416.

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

Color convert

RGB 160 150 121 -
CMYK 0 0.06 0.24 0.37
HSL 44.62º 0.17% 0.55% -
HSV(B) 44.62º 0.24% 0.63% -
XYZ 28.85 30.67 22.49 -
YUV 149.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 160 150 121 0 0.06 0.24 0.37 44.62 0.17 0.55
Hex A0 96 79 0 6 18 25 2D 11 37
Octal 240 226 171 0 6 30 45 55 21 67
Binary 10100000 10010110 1111001 0 110 11000 100101 101101 10001 110111

Color Harmonies of #A09679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09679

Black with #A09679

Text Example


Text Example

White with #A09679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09679; }

 p { color: rgb(160,150,121); }

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

background-color css

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

 a { background-color: rgb(160,150,121); }

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

border-color css

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

 span { border-color: rgb(160,150,121); }

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