Html Css Color HEX #AB976A Tallow

📋 copy color: '#AB976A'

red 171 ◦ green 151 ◦ blue 106

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

Shades of Tallow #AB976A

Tints of Tallow #AB976A

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.8% from 255) = 24.77%

R = 39.95%
G = 35.28%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB976A (or 0xAB976A) is known color: 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

RGB 171 151 106 -
CMYK 0 0.12 0.38 0.33
HSL 41.54º 0.28% 0.54% -
HSV(B) 41.54º 0.38% 0.67% -
XYZ 30.46 31.83 18.17 -
YUV 151.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 171 151 106 0 0.12 0.38 0.33 41.54 0.28 0.54
Hex AB 97 6A 0 C 26 21 2A 1C 36
Octal 253 227 152 0 14 46 41 52 34 66
Binary 10101011 10010111 1101010 0 1100 100110 100001 101010 11100 110110

Color Harmonies of #AB976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB976A

Black with #AB976A

Text Example


Text Example

White with #AB976A

Text Example


Text Example

HTML Codes & Css Web 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>