Html Css Color HEX #A5996F Tallow

📋 copy color: '#A5996F'

red 165 ◦ green 153 ◦ blue 111

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

Shades of Tallow #A5996F

Tints of Tallow #A5996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

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

R = 38.46%
G = 35.66%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5996F (or 0xA5996F) is known color: Tallow. HEX triplet: A5, 99 and 6F. RGB value is (165,153,111). Sum of RGB (Red+Green+Blue) = 165+153+111=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A5996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5996F is #5A6690. Grayscale: #979797. Windows color (decimal): -5924497 or 7313829. OLE color: 7313829.

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

Color convert

RGB 165 153 111 -
CMYK 0 0.07 0.33 0.35
HSL 46.67º 0.23% 0.54% -
HSV(B) 46.67º 0.33% 0.65% -
XYZ 29.78 31.93 19.63 -
YUV 151.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 165 153 111 0 0.07 0.33 0.35 46.67 0.23 0.54
Hex A5 99 6F 0 7 21 23 2F 17 36
Octal 245 231 157 0 7 41 43 57 27 66
Binary 10100101 10011001 1101111 0 111 100001 100011 101111 10111 110110

Color Harmonies of #A5996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5996F

Black with #A5996F

Text Example


Text Example

White with #A5996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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