Html Css Color HEX #ADA16B Tallow

📋 copy color: '#ADA16B'

red 173 ◦ green 161 ◦ blue 107

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

Shades of Tallow #ADA16B

Tints of Tallow #ADA16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.26%

R = 39.23%
G = 36.51%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#ADA16B (or 0xADA16B) is known color: Tallow. HEX triplet: AD, A1 and 6B. RGB value is (173,161,107). Sum of RGB (Red+Green+Blue) = 173+161+107=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA16B is #525E94. Grayscale: #9E9E9E. Windows color (decimal): -5398165 or 7053741. OLE color: 7053741.

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

Color convert

RGB 173 161 107 -
CMYK 0 0.07 0.38 0.32
HSL 49.09º 0.29% 0.55% -
HSV(B) 49.09º 0.38% 0.68% -
XYZ 32.63 35.44 19.03 -
YUV 158.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 173 161 107 0 0.07 0.38 0.32 49.09 0.29 0.55
Hex AD A1 6B 0 7 26 20 31 1D 37
Octal 255 241 153 0 7 46 40 61 35 67
Binary 10101101 10100001 1101011 0 111 100110 100000 110001 11101 110111

Color Harmonies of #ADA16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA16B

Black with #ADA16B

Text Example


Text Example

White with #ADA16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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