Html Css Color HEX #AB976B Tallow

📋 copy color: '#AB976B'

red 171 ◦ green 151 ◦ blue 107

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

Shades of Tallow #AB976B

Tints of Tallow #AB976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 39.86%
G = 35.2%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB976B (or 0xAB976B) is known color: Tallow. HEX triplet: AB, 97 and 6B. RGB value is (171,151,107). Sum of RGB (Red+Green+Blue) = 171+151+107=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB976B is #546894. Grayscale: #989898. Windows color (decimal): -5531797 or 7051179. OLE color: 7051179.

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

Color convert

RGB 171 151 107 -
CMYK 0 0.12 0.37 0.33
HSL 41.25º 0.28% 0.55% -
HSV(B) 41.25º 0.37% 0.67% -
XYZ 30.52 31.85 18.45 -
YUV 151.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 171 151 107 0 0.12 0.37 0.33 41.25 0.28 0.55
Hex AB 97 6B 0 C 25 21 29 1C 37
Octal 253 227 153 0 14 45 41 51 34 67
Binary 10101011 10010111 1101011 0 1100 100101 100001 101001 11100 110111

Color Harmonies of #AB976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB976B

Black with #AB976B

Text Example


Text Example

White with #AB976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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