Html Css Color HEX #AB9975 Tallow

📋 copy color: '#AB9975'

red 171 ◦ green 153 ◦ blue 117

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

Shades of Tallow #AB9975

Tints of Tallow #AB9975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.69%

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 38.78%
G = 34.69%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB9975 (or 0xAB9975) is known color: Tallow. HEX triplet: AB, 99 and 75. RGB value is (171,153,117). Sum of RGB (Red+Green+Blue) = 171+153+117=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9975 is #54668A. Grayscale: #9A9A9A. Windows color (decimal): -5531275 or 7707051. OLE color: 7707051.

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

Color convert

RGB 171 153 117 -
CMYK 0 0.11 0.32 0.33
HSL 40º 0.24% 0.56% -
HSV(B) 40º 0.32% 0.67% -
XYZ 31.4 32.72 21.49 -
YUV 154.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 171 153 117 0 0.11 0.32 0.33 40 0.24 0.56
Hex AB 99 75 0 B 20 21 28 18 38
Octal 253 231 165 0 13 40 41 50 30 70
Binary 10101011 10011001 1110101 0 1011 100000 100001 101000 11000 111000

Color Harmonies of #AB9975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9975

Black with #AB9975

Text Example


Text Example

White with #AB9975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9975; }

 p { color: rgb(171,153,117); }

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

background-color css

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

 a { background-color: rgb(171,153,117); }

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

border-color css

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

 span { border-color: rgb(171,153,117); }

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