Html Css Color HEX #A29971 Tallow

📋 copy color: '#A29971'

red 162 ◦ green 153 ◦ blue 113

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

Shades of Tallow #A29971

Tints of Tallow #A29971

RGB

 RED value IS 162 (63.67% from 255) = 37.85%

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

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 37.85%
G = 35.75%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A29971 (or 0xA29971) is known color: Tallow. HEX triplet: A2, 99 and 71. RGB value is (162,153,113). Sum of RGB (Red+Green+Blue) = 162+153+113=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A29971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29971 is #5D668E. Grayscale: #979797. Windows color (decimal): -6121103 or 7444898. OLE color: 7444898.

HSL color Cylindrical-coordinate representation of color #A29971: hue angle of 48.98º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29971 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 113 -
CMYK 0 0.06 0.30 0.36
HSL 48.98º 0.21% 0.54% -
HSV(B) 48.98º 0.3% 0.64% -
XYZ 29.27 31.66 20.19 -
YUV 151.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 162 153 113 0 0.06 0.30 0.36 48.98 0.21 0.54
Hex A2 99 71 0 6 1E 24 31 15 36
Octal 242 231 161 0 6 36 44 61 25 66
Binary 10100010 10011001 1110001 0 110 11110 100100 110001 10101 110110

Color Harmonies of #A29971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29971

Black with #A29971

Text Example


Text Example

White with #A29971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29971; }

 p { color: rgb(162,153,113); }

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

background-color css

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

 a { background-color: rgb(162,153,113); }

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

border-color css

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

 span { border-color: rgb(162,153,113); }

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