#AB976A

Color #AB976A Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #AB976A

Tints of Tallow #AB976A

Color information

#AB976A (or 0xAB976A) is unknown color: approx Tallow. HEX triplet: AB, 97 and 6A. RGB value is (171,151,106). Sum of RGB (Red+Green+Blue) = 171+151+106=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB976A is #546895. Grayscale: #989898. Windows color (decimal): -5531798 or 6985643. OLE color: 6985643.

HSL color Cylindrical-coordinate representation of color #AB976A: hue angle of 41.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB976A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB171151106-
CMYK00.120.380.33
HSL41.54º27.9%54.31%-
HSV(B)41.54º38.01%67.06%-
XYZ30.4631.8318.17-
YUV151.85102.13141.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=39.95%
G=35.28%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115110600.120.380.3341.5427.954.31
HexAB976A0C26212a1c36
Octal2532271520144641523466
Binary101010111001011111010100110010011010000110101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB976A; }

 p { color: rgb(171,151,106); }

 H1.HeaderClassName
 {
   color: #AB976A;
 }
 .AnyTagClassName
 {
   color: #AB976A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,151,106); }

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

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

 span { border-color: rgb(171,151,106); }

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