Html Css Color HEX #A59770 Tallow

📋 copy color: '#A59770'

red 165 ◦ green 151 ◦ blue 112

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

Shades of Tallow #A59770

Tints of Tallow #A59770

RGB

 RED value IS 165 (64.84% from 255) = 38.55%

 GREEN value IS 151 (59.38% from 255) = 35.28%

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 38.55%
G = 35.28%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A59770 (or 0xA59770) is known color: Tallow. HEX triplet: A5, 97 and 70. RGB value is (165,151,112). Sum of RGB (Red+Green+Blue) = 165+151+112=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A59770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59770 is #5A688F. Grayscale: #969696. Windows color (decimal): -5925008 or 7378853. OLE color: 7378853.

HSL color Cylindrical-coordinate representation of color #A59770: hue angle of 44.15º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A59770 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 151 112 -
CMYK 0 0.08 0.32 0.35
HSL 44.15º 0.23% 0.54% -
HSV(B) 44.15º 0.32% 0.65% -
XYZ 29.51 31.3 19.82 -
YUV 150.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 165 151 112 0 0.08 0.32 0.35 44.15 0.23 0.54
Hex A5 97 70 0 8 20 23 2C 17 36
Octal 245 227 160 0 10 40 43 54 27 66
Binary 10100101 10010111 1110000 0 1000 100000 100011 101100 10111 110110

Color Harmonies of #A59770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59770

Black with #A59770

Text Example


Text Example

White with #A59770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59770; }

 p { color: rgb(165,151,112); }

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

background-color css

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

 a { background-color: rgb(165,151,112); }

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

border-color css

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

 span { border-color: rgb(165,151,112); }

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