Html Css Color HEX #A99977 Tallow

📋 copy color: '#A99977'

red 169 ◦ green 153 ◦ blue 119

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

Shades of Tallow #A99977

Tints of Tallow #A99977

RGB

 RED value IS 169 (66.41% from 255) = 38.32%

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

 BLUE value IS 119 (46.88% from 255) = 26.98%

R = 38.32%
G = 34.69%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A99977 (or 0xA99977) is known color: Tallow. HEX triplet: A9, 99 and 77. RGB value is (169,153,119). Sum of RGB (Red+Green+Blue) = 169+153+119=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A99977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99977 is #566688. Grayscale: #9A9A9A. Windows color (decimal): -5662345 or 7838121. OLE color: 7838121.

HSL color Cylindrical-coordinate representation of color #A99977: hue angle of 40.8º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99977 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 153 119 -
CMYK 0 0.09 0.30 0.34
HSL 40.8º 0.23% 0.56% -
HSV(B) 40.8º 0.3% 0.66% -
XYZ 31.08 32.55 22.1 -
YUV 153.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 169 153 119 0 0.09 0.30 0.34 40.8 0.23 0.56
Hex A9 99 77 0 9 1E 22 29 17 38
Octal 251 231 167 0 11 36 42 51 27 70
Binary 10101001 10011001 1110111 0 1001 11110 100010 101001 10111 111000

Color Harmonies of #A99977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99977

Black with #A99977

Text Example


Text Example

White with #A99977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99977; }

 p { color: rgb(169,153,119); }

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

background-color css

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

 a { background-color: rgb(169,153,119); }

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

border-color css

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

 span { border-color: rgb(169,153,119); }

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