Html Css Color HEX #AB976F Tallow

📋 copy color: '#AB976F'

red 171 ◦ green 151 ◦ blue 111

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

Shades of Tallow #AB976F

Tints of Tallow #AB976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.87%

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 39.49%
G = 34.87%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB976F (or 0xAB976F) is known color: Tallow. HEX triplet: AB, 97 and 6F. RGB value is (171,151,111). Sum of RGB (Red+Green+Blue) = 171+151+111=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB976F is #546890. Grayscale: #989898. Windows color (decimal): -5531793 or 7313323. OLE color: 7313323.

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

Color convert

RGB 171 151 111 -
CMYK 0 0.12 0.35 0.33
HSL 40º 0.26% 0.55% -
HSV(B) 40º 0.35% 0.67% -
XYZ 30.73 31.94 19.58 -
YUV 152.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 171 151 111 0 0.12 0.35 0.33 40 0.26 0.55
Hex AB 97 6F 0 C 23 21 28 1A 37
Octal 253 227 157 0 14 43 41 50 32 67
Binary 10101011 10010111 1101111 0 1100 100011 100001 101000 11010 110111

Color Harmonies of #AB976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB976F

Black with #AB976F

Text Example


Text Example

White with #AB976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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