Html Css Color HEX #AD8D4F Teak

📋 copy color: '#AD8D4F'

red 173 ◦ green 141 ◦ blue 79

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

Shades of Teak #AD8D4F

Tints of Teak #AD8D4F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

 BLUE value IS 79 (31.25% from 255) = 20.1%

R = 44.02%
G = 35.88%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD8D4F (or 0xAD8D4F) is known color: Teak. HEX triplet: AD, 8D and 4F. RGB value is (173,141,79). Sum of RGB (Red+Green+Blue) = 173+141+79=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D4F is #5272B0. Grayscale: #8F8F8F. Windows color (decimal): -5403313 or 5213613. OLE color: 5213613.

HSL color Cylindrical-coordinate representation of color #AD8D4F: hue angle of 39.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD8D4F is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 141 79 -
CMYK 0 0.18 0.54 0.32
HSL 39.57º 0.37% 0.49% -
HSV(B) 39.57º 0.54% 0.68% -
XYZ 28.17 28.5 11.41 -
YUV 143.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 173 141 79 0 0.18 0.54 0.32 39.57 0.37 0.49
Hex AD 8D 4F 0 12 36 20 28 25 31
Octal 255 215 117 0 22 66 40 50 45 61
Binary 10101101 10001101 1001111 0 10010 110110 100000 101000 100101 110001

Color Harmonies of #AD8D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D4F

Black with #AD8D4F

Text Example


Text Example

White with #AD8D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D4F; }

 p { color: rgb(173,141,79); }

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

background-color css

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

 a { background-color: rgb(173,141,79); }

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

border-color css

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

 span { border-color: rgb(173,141,79); }

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