Html Css Color HEX #AB9D7A Tallow

📋 copy color: '#AB9D7A'

red 171 ◦ green 157 ◦ blue 122

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

Shades of Tallow #AB9D7A

Tints of Tallow #AB9D7A

RGB

 RED value IS 171 (67.19% from 255) = 38%

 GREEN value IS 157 (61.72% from 255) = 34.89%

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 38%
G = 34.89%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB9D7A (or 0xAB9D7A) is known color: Tallow. HEX triplet: AB, 9D and 7A. RGB value is (171,157,122). Sum of RGB (Red+Green+Blue) = 171+157+122=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D7A is #546285. Grayscale: #9D9D9D. Windows color (decimal): -5530246 or 8035755. OLE color: 8035755.

HSL color Cylindrical-coordinate representation of color #AB9D7A: hue angle of 42.86º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9D7A is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 157 122 -
CMYK 0 0.08 0.29 0.33
HSL 42.86º 0.23% 0.57% -
HSV(B) 42.86º 0.29% 0.67% -
XYZ 32.36 34.18 23.3 -
YUV 157.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 171 157 122 0 0.08 0.29 0.33 42.86 0.23 0.57
Hex AB 9D 7A 0 8 1D 21 2B 17 39
Octal 253 235 172 0 10 35 41 53 27 71
Binary 10101011 10011101 1111010 0 1000 11101 100001 101011 10111 111001

Color Harmonies of #AB9D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D7A

Black with #AB9D7A

Text Example


Text Example

White with #AB9D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D7A; }

 p { color: rgb(171,157,122); }

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

background-color css

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

 a { background-color: rgb(171,157,122); }

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

border-color css

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

 span { border-color: rgb(171,157,122); }

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