Html Css Color HEX #ADA16D Tallow

📋 copy color: '#ADA16D'

red 173 ◦ green 161 ◦ blue 109

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

Shades of Tallow #ADA16D

Tints of Tallow #ADA16D

RGB

 RED value IS 173 (67.97% from 255) = 39.05%

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

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

R = 39.05%
G = 36.34%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#ADA16D (or 0xADA16D) is known color: Tallow. HEX triplet: AD, A1 and 6D. RGB value is (173,161,109). Sum of RGB (Red+Green+Blue) = 173+161+109=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA16D is #525E92. Grayscale: #9E9E9E. Windows color (decimal): -5398163 or 7184813. OLE color: 7184813.

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

Color convert

RGB 173 161 109 -
CMYK 0 0.07 0.37 0.32
HSL 48.75º 0.28% 0.55% -
HSV(B) 48.75º 0.37% 0.68% -
XYZ 32.74 35.48 19.59 -
YUV 158.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 173 161 109 0 0.07 0.37 0.32 48.75 0.28 0.55
Hex AD A1 6D 0 7 25 20 31 1C 37
Octal 255 241 155 0 7 45 40 61 34 67
Binary 10101101 10100001 1101101 0 111 100101 100000 110001 11100 110111

Color Harmonies of #ADA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA16D

Black with #ADA16D

Text Example


Text Example

White with #ADA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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