Html Css Color HEX #ABA16D Tallow

📋 copy color: '#ABA16D'

red 171 ◦ green 161 ◦ blue 109

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

Shades of Tallow #ABA16D

Tints of Tallow #ABA16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.72%

R = 38.78%
G = 36.51%
B = 24.72%

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

#ABA16D (or 0xABA16D) is known color: Tallow. HEX triplet: AB, A1 and 6D. RGB value is (171,161,109). Sum of RGB (Red+Green+Blue) = 171+161+109=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA16D is #545E92. Grayscale: #9E9E9E. Windows color (decimal): -5529235 or 7184811. OLE color: 7184811.

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

Color convert

RGB 171 161 109 -
CMYK 0 0.06 0.36 0.33
HSL 50.32º 0.27% 0.55% -
HSV(B) 50.32º 0.36% 0.67% -
XYZ 32.3 35.25 19.57 -
YUV 158.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 171 161 109 0 0.06 0.36 0.33 50.32 0.27 0.55
Hex AB A1 6D 0 6 24 21 32 1B 37
Octal 253 241 155 0 6 44 41 62 33 67
Binary 10101011 10100001 1101101 0 110 100100 100001 110010 11011 110111

Color Harmonies of #ABA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA16D

Black with #ABA16D

Text Example


Text Example

White with #ABA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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