Html Css Color HEX #AD976D Tallow

📋 copy color: '#AD976D'

red 173 ◦ green 151 ◦ blue 109

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

Shades of Tallow #AD976D

Tints of Tallow #AD976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.87%

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

R = 39.95%
G = 34.87%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD976D (or 0xAD976D) is known color: Tallow. HEX triplet: AD, 97 and 6D. RGB value is (173,151,109). Sum of RGB (Red+Green+Blue) = 173+151+109=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD976D is #526892. Grayscale: #989898. Windows color (decimal): -5400723 or 7182253. OLE color: 7182253.

HSL color Cylindrical-coordinate representation of color #AD976D: hue angle of 39.38º 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 #AD976D is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 109 -
CMYK 0 0.13 0.37 0.32
HSL 39.38º 0.28% 0.55% -
HSV(B) 39.38º 0.37% 0.68% -
XYZ 31.06 32.12 19.03 -
YUV 152.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 173 151 109 0 0.13 0.37 0.32 39.38 0.28 0.55
Hex AD 97 6D 0 D 25 20 27 1C 37
Octal 255 227 155 0 15 45 40 47 34 67
Binary 10101101 10010111 1101101 0 1101 100101 100000 100111 11100 110111

Color Harmonies of #AD976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD976D

Black with #AD976D

Text Example


Text Example

White with #AD976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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