Html Css Color HEX #AD9D69 Tallow

📋 copy color: '#AD9D69'

red 173 ◦ green 157 ◦ blue 105

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

Shades of Tallow #AD9D69

Tints of Tallow #AD9D69

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.09%

 BLUE value IS 105 (41.41% from 255) = 24.14%

R = 39.77%
G = 36.09%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD9D69 (or 0xAD9D69) is known color: Tallow. HEX triplet: AD, 9D and 69. RGB value is (173,157,105). Sum of RGB (Red+Green+Blue) = 173+157+105=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D69 is #526296. Grayscale: #9C9C9C. Windows color (decimal): -5399191 or 6921645. OLE color: 6921645.

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

Color convert

RGB 173 157 105 -
CMYK 0 0.09 0.39 0.32
HSL 45.88º 0.29% 0.55% -
HSV(B) 45.88º 0.39% 0.68% -
XYZ 31.84 34.02 18.25 -
YUV 155.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 173 157 105 0 0.09 0.39 0.32 45.88 0.29 0.55
Hex AD 9D 69 0 9 27 20 2E 1D 37
Octal 255 235 151 0 11 47 40 56 35 67
Binary 10101101 10011101 1101001 0 1001 100111 100000 101110 11101 110111

Color Harmonies of #AD9D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D69

Black with #AD9D69

Text Example


Text Example

White with #AD9D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D69; }

 p { color: rgb(173,157,105); }

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

background-color css

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

 a { background-color: rgb(173,157,105); }

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

border-color css

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

 span { border-color: rgb(173,157,105); }

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