Html Css Color HEX #ABA16E Tallow

📋 copy color: '#ABA16E'

red 171 ◦ green 161 ◦ blue 110

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

Shades of Tallow #ABA16E

Tints of Tallow #ABA16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

 BLUE value IS 110 (43.36% from 255) = 24.89%

R = 38.69%
G = 36.43%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#ABA16E (or 0xABA16E) is known color: Tallow. HEX triplet: AB, A1 and 6E. RGB value is (171,161,110). Sum of RGB (Red+Green+Blue) = 171+161+110=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA16E is #545E91. Grayscale: #9E9E9E. Windows color (decimal): -5529234 or 7250347. OLE color: 7250347.

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

Color convert

RGB 171 161 110 -
CMYK 0 0.06 0.36 0.33
HSL 50.16º 0.27% 0.55% -
HSV(B) 50.16º 0.36% 0.67% -
XYZ 32.35 35.27 19.86 -
YUV 158.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 171 161 110 0 0.06 0.36 0.33 50.16 0.27 0.55
Hex AB A1 6E 0 6 24 21 32 1B 37
Octal 253 241 156 0 6 44 41 62 33 67
Binary 10101011 10100001 1101110 0 110 100100 100001 110010 11011 110111

Color Harmonies of #ABA16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA16E

Black with #ABA16E

Text Example


Text Example

White with #ABA16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA16E; }

 p { color: rgb(171,161,110); }

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

background-color css

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

 a { background-color: rgb(171,161,110); }

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

border-color css

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

 span { border-color: rgb(171,161,110); }

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