Html Css Color HEX #AD9C6F Tallow

📋 copy color: '#AD9C6F'

red 173 ◦ green 156 ◦ blue 111

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

Shades of Tallow #AD9C6F

Tints of Tallow #AD9C6F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.45%

 BLUE value IS 111 (43.75% from 255) = 25.23%

R = 39.32%
G = 35.45%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD9C6F (or 0xAD9C6F) is known color: Tallow. HEX triplet: AD, 9C and 6F. RGB value is (173,156,111). Sum of RGB (Red+Green+Blue) = 173+156+111=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C6F is #526390. Grayscale: #9C9C9C. Windows color (decimal): -5399441 or 7314605. OLE color: 7314605.

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

Color convert

RGB 173 156 111 -
CMYK 0 0.10 0.36 0.32
HSL 43.55º 0.27% 0.56% -
HSV(B) 43.55º 0.36% 0.68% -
XYZ 31.99 33.81 19.88 -
YUV 155.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 173 156 111 0 0.10 0.36 0.32 43.55 0.27 0.56
Hex AD 9C 6F 0 A 24 20 2C 1B 38
Octal 255 234 157 0 12 44 40 54 33 70
Binary 10101101 10011100 1101111 0 1010 100100 100000 101100 11011 111000

Color Harmonies of #AD9C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C6F

Black with #AD9C6F

Text Example


Text Example

White with #AD9C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C6F; }

 p { color: rgb(173,156,111); }

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

background-color css

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

 a { background-color: rgb(173,156,111); }

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

border-color css

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

 span { border-color: rgb(173,156,111); }

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