Html Css Color HEX #AD8759 Teak

📋 copy color: '#AD8759'

red 173 ◦ green 135 ◦ blue 89

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

Shades of Teak #AD8759

Tints of Teak #AD8759

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 43.58%
G = 34.01%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD8759 (or 0xAD8759) is known color: Teak. HEX triplet: AD, 87 and 59. RGB value is (173,135,89). Sum of RGB (Red+Green+Blue) = 173+135+89=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8759 is #5278A6. Grayscale: #8D8D8D. Windows color (decimal): -5404839 or 5867437. OLE color: 5867437.

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

Color convert

RGB 173 135 89 -
CMYK 0 0.22 0.49 0.32
HSL 32.86º 0.34% 0.51% -
HSV(B) 32.86º 0.49% 0.68% -
XYZ 27.7 26.93 13.19 -
YUV 141.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 173 135 89 0 0.22 0.49 0.32 32.86 0.34 0.51
Hex AD 87 59 0 16 31 20 21 22 33
Octal 255 207 131 0 26 61 40 41 42 63
Binary 10101101 10000111 1011001 0 10110 110001 100000 100001 100010 110011

Color Harmonies of #AD8759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8759

Black with #AD8759

Text Example


Text Example

White with #AD8759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8759; }

 p { color: rgb(173,135,89); }

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

background-color css

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

 a { background-color: rgb(173,135,89); }

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

border-color css

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

 span { border-color: rgb(173,135,89); }

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