Html Css Color HEX #A59670 Tallow

📋 copy color: '#A59670'

red 165 ◦ green 150 ◦ blue 112

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

Shades of Tallow #A59670

Tints of Tallow #A59670

RGB

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

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

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

R = 38.64%
G = 35.13%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A59670 (or 0xA59670) is known color: Tallow. HEX triplet: A5, 96 and 70. RGB value is (165,150,112). Sum of RGB (Red+Green+Blue) = 165+150+112=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A59670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59670 is #5A698F. Grayscale: #969696. Windows color (decimal): -5925264 or 7378597. OLE color: 7378597.

HSL color Cylindrical-coordinate representation of color #A59670: hue angle of 43.02º 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 #A59670 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 150 112 -
CMYK 0 0.09 0.32 0.35
HSL 43.02º 0.23% 0.54% -
HSV(B) 43.02º 0.32% 0.65% -
XYZ 29.35 30.98 19.76 -
YUV 150.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 165 150 112 0 0.09 0.32 0.35 43.02 0.23 0.54
Hex A5 96 70 0 9 20 23 2B 17 36
Octal 245 226 160 0 11 40 43 53 27 66
Binary 10100101 10010110 1110000 0 1001 100000 100011 101011 10111 110110

Color Harmonies of #A59670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59670

Black with #A59670

Text Example


Text Example

White with #A59670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59670; }

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

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

background-color css

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

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

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

border-color css

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

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

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