Html Css Color HEX #A5996B Tallow

📋 copy color: '#A5996B'

red 165 ◦ green 153 ◦ blue 107

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

Shades of Tallow #A5996B

Tints of Tallow #A5996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 38.82%
G = 36%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5996B (or 0xA5996B) is known color: Tallow. HEX triplet: A5, 99 and 6B. RGB value is (165,153,107). Sum of RGB (Red+Green+Blue) = 165+153+107=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5996B is #5A6694. Grayscale: #979797. Windows color (decimal): -5924501 or 7051685. OLE color: 7051685.

HSL color Cylindrical-coordinate representation of color #A5996B: hue angle of 47.59º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5996B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 153 107 -
CMYK 0 0.07 0.35 0.35
HSL 47.59º 0.24% 0.53% -
HSV(B) 47.59º 0.35% 0.65% -
XYZ 29.56 31.84 18.5 -
YUV 151.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 165 153 107 0 0.07 0.35 0.35 47.59 0.24 0.53
Hex A5 99 6B 0 7 23 23 30 18 35
Octal 245 231 153 0 7 43 43 60 30 65
Binary 10100101 10011001 1101011 0 111 100011 100011 110000 11000 110101

Color Harmonies of #A5996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5996B

Black with #A5996B

Text Example


Text Example

White with #A5996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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