Html Css Color HEX #AD8756 Teak

📋 copy color: '#AD8756'

red 173 ◦ green 135 ◦ blue 86

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

Shades of Teak #AD8756

Tints of Teak #AD8756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.83%

R = 43.91%
G = 34.26%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD8756 (or 0xAD8756) is known color: Teak. HEX triplet: AD, 87 and 56. RGB value is (173,135,86). Sum of RGB (Red+Green+Blue) = 173+135+86=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8756 is #5278A9. Grayscale: #8D8D8D. Windows color (decimal): -5404842 or 5670829. OLE color: 5670829.

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

Color convert

RGB 173 135 86 -
CMYK 0 0.22 0.50 0.32
HSL 33.79º 0.35% 0.51% -
HSV(B) 33.79º 0.5% 0.68% -
XYZ 27.58 26.88 12.54 -
YUV 140.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 173 135 86 0 0.22 0.50 0.32 33.79 0.35 0.51
Hex AD 87 56 0 16 32 20 22 23 33
Octal 255 207 126 0 26 62 40 42 43 63
Binary 10101101 10000111 1010110 0 10110 110010 100000 100010 100011 110011

Color Harmonies of #AD8756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8756

Black with #AD8756

Text Example


Text Example

White with #AD8756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8756; }

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

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

background-color css

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

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

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

border-color css

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

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

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