Html Css Color HEX #AD9F6A Tallow

📋 copy color: '#AD9F6A'

red 173 ◦ green 159 ◦ blue 106

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

Shades of Tallow #AD9F6A

Tints of Tallow #AD9F6A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.3%

 BLUE value IS 106 (41.8% from 255) = 24.2%

R = 39.5%
G = 36.3%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD9F6A (or 0xAD9F6A) is known color: Tallow. HEX triplet: AD, 9F and 6A. RGB value is (173,159,106). Sum of RGB (Red+Green+Blue) = 173+159+106=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F6A is #526095. Grayscale: #9D9D9D. Windows color (decimal): -5398678 or 6987693. OLE color: 6987693.

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

Color convert

RGB 173 159 106 -
CMYK 0 0.08 0.39 0.32
HSL 47.46º 0.29% 0.55% -
HSV(B) 47.46º 0.39% 0.68% -
XYZ 32.23 34.72 18.64 -
YUV 157.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 173 159 106 0 0.08 0.39 0.32 47.46 0.29 0.55
Hex AD 9F 6A 0 8 27 20 2F 1D 37
Octal 255 237 152 0 10 47 40 57 35 67
Binary 10101101 10011111 1101010 0 1000 100111 100000 101111 11101 110111

Color Harmonies of #AD9F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F6A

Black with #AD9F6A

Text Example


Text Example

White with #AD9F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F6A; }

 p { color: rgb(173,159,106); }

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

background-color css

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

 a { background-color: rgb(173,159,106); }

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

border-color css

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

 span { border-color: rgb(173,159,106); }

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