Html Css Color HEX #AD976E Tallow

📋 copy color: '#AD976E'

red 173 ◦ green 151 ◦ blue 110

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

Shades of Tallow #AD976E

Tints of Tallow #AD976E

RGB

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

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

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

R = 39.86%
G = 34.79%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD976E (or 0xAD976E) is known color: Tallow. HEX triplet: AD, 97 and 6E. RGB value is (173,151,110). Sum of RGB (Red+Green+Blue) = 173+151+110=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD976E is #526891. Grayscale: #999999. Windows color (decimal): -5400722 or 7247789. OLE color: 7247789.

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

Color convert

RGB 173 151 110 -
CMYK 0 0.13 0.36 0.32
HSL 39.05º 0.28% 0.55% -
HSV(B) 39.05º 0.36% 0.68% -
XYZ 31.11 32.14 19.32 -
YUV 152.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 173 151 110 0 0.13 0.36 0.32 39.05 0.28 0.55
Hex AD 97 6E 0 D 24 20 27 1C 37
Octal 255 227 156 0 15 44 40 47 34 67
Binary 10101101 10010111 1101110 0 1101 100100 100000 100111 11100 110111

Color Harmonies of #AD976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD976E

Black with #AD976E

Text Example


Text Example

White with #AD976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD976E; }

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

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

background-color css

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

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

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

border-color css

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

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

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