Html Css Color HEX #A29976 Tallow

📋 copy color: '#A29976'

red 162 ◦ green 153 ◦ blue 118

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

Shades of Tallow #A29976

Tints of Tallow #A29976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 37.41%
G = 35.33%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A29976 (or 0xA29976) is known color: Tallow. HEX triplet: A2, 99 and 76. RGB value is (162,153,118). Sum of RGB (Red+Green+Blue) = 162+153+118=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A29976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29976 is #5D6689. Grayscale: #979797. Windows color (decimal): -6121098 or 7772578. OLE color: 7772578.

HSL color Cylindrical-coordinate representation of color #A29976: hue angle of 47.73º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A29976 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 118 -
CMYK 0 0.06 0.27 0.36
HSL 47.73º 0.19% 0.55% -
HSV(B) 47.73º 0.27% 0.64% -
XYZ 29.56 31.77 21.71 -
YUV 151.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 162 153 118 0 0.06 0.27 0.36 47.73 0.19 0.55
Hex A2 99 76 0 6 1B 24 30 13 37
Octal 242 231 166 0 6 33 44 60 23 67
Binary 10100010 10011001 1110110 0 110 11011 100100 110000 10011 110111

Color Harmonies of #A29976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29976

Black with #A29976

Text Example


Text Example

White with #A29976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29976; }

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

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

background-color css

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

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

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

border-color css

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

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

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