Html Css Color HEX #A5966F Tallow

📋 copy color: '#A5966F'

red 165 ◦ green 150 ◦ blue 111

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

Shades of Tallow #A5966F

Tints of Tallow #A5966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.06%

R = 38.73%
G = 35.21%
B = 26.06%

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

#A5966F (or 0xA5966F) is known color: Tallow. HEX triplet: A5, 96 and 6F. RGB value is (165,150,111). Sum of RGB (Red+Green+Blue) = 165+150+111=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A5966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5966F is #5A6990. Grayscale: #969696. Windows color (decimal): -5925265 or 7313061. OLE color: 7313061.

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

Color convert

RGB 165 150 111 -
CMYK 0 0.09 0.33 0.35
HSL 43.33º 0.23% 0.54% -
HSV(B) 43.33º 0.33% 0.65% -
XYZ 29.29 30.96 19.47 -
YUV 150.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 165 150 111 0 0.09 0.33 0.35 43.33 0.23 0.54
Hex A5 96 6F 0 9 21 23 2B 17 36
Octal 245 226 157 0 11 41 43 53 27 66
Binary 10100101 10010110 1101111 0 1001 100001 100011 101011 10111 110110

Color Harmonies of #A5966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5966F

Black with #A5966F

Text Example


Text Example

White with #A5966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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