Html Css Color HEX #A5966E Tallow

📋 copy color: '#A5966E'

red 165 ◦ green 150 ◦ blue 110

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

Shades of Tallow #A5966E

Tints of Tallow #A5966E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.88%

R = 38.82%
G = 35.29%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5966E (or 0xA5966E) is known color: Tallow. HEX triplet: A5, 96 and 6E. RGB value is (165,150,110). Sum of RGB (Red+Green+Blue) = 165+150+110=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5966E is #5A6991. Grayscale: #969696. Windows color (decimal): -5925266 or 7247525. OLE color: 7247525.

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

Color convert

RGB 165 150 110 -
CMYK 0 0.09 0.33 0.35
HSL 43.64º 0.23% 0.54% -
HSV(B) 43.64º 0.33% 0.65% -
XYZ 29.24 30.94 19.18 -
YUV 149.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 165 150 110 0 0.09 0.33 0.35 43.64 0.23 0.54
Hex A5 96 6E 0 9 21 23 2C 17 36
Octal 245 226 156 0 11 41 43 54 27 66
Binary 10100101 10010110 1101110 0 1001 100001 100011 101100 10111 110110

Color Harmonies of #A5966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5966E

Black with #A5966E

Text Example


Text Example

White with #A5966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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