Html Css Color HEX #AB9670 Tallow

📋 copy color: '#AB9670'

red 171 ◦ green 150 ◦ blue 112

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

Shades of Tallow #AB9670

Tints of Tallow #AB9670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.64%

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 39.49%
G = 34.64%
B = 25.87%

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

#AB9670 (or 0xAB9670) is known color: Tallow. HEX triplet: AB, 96 and 70. RGB value is (171,150,112). Sum of RGB (Red+Green+Blue) = 171+150+112=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9670 is #54698F. Grayscale: #989898. Windows color (decimal): -5532048 or 7378603. OLE color: 7378603.

HSL color Cylindrical-coordinate representation of color #AB9670: hue angle of 38.64º 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 #AB9670 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 150 112 -
CMYK 0 0.12 0.35 0.33
HSL 38.64º 0.26% 0.55% -
HSV(B) 38.64º 0.35% 0.67% -
XYZ 30.63 31.64 19.82 -
YUV 151.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 171 150 112 0 0.12 0.35 0.33 38.64 0.26 0.55
Hex AB 96 70 0 C 23 21 27 1A 37
Octal 253 226 160 0 14 43 41 47 32 67
Binary 10101011 10010110 1110000 0 1100 100011 100001 100111 11010 110111

Color Harmonies of #AB9670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9670

Black with #AB9670

Text Example


Text Example

White with #AB9670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9670; }

 p { color: rgb(171,150,112); }

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

background-color css

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

 a { background-color: rgb(171,150,112); }

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

border-color css

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

 span { border-color: rgb(171,150,112); }

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