Html Css Color HEX #AD8857 Teak

📋 copy color: '#AD8857'

red 173 ◦ green 136 ◦ blue 87

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

Shades of Teak #AD8857

Tints of Teak #AD8857

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

 BLUE value IS 87 (34.38% from 255) = 21.97%

R = 43.69%
G = 34.34%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD8857 (or 0xAD8857) is known color: Teak. HEX triplet: AD, 88 and 57. RGB value is (173,136,87). Sum of RGB (Red+Green+Blue) = 173+136+87=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8857 is #5277A8. Grayscale: #8D8D8D. Windows color (decimal): -5404585 or 5736621. OLE color: 5736621.

HSL color Cylindrical-coordinate representation of color #AD8857: hue angle of 34.19º degrees, saturation: 0.34, 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 #AD8857 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 87 -
CMYK 0 0.21 0.50 0.32
HSL 34.19º 0.34% 0.51% -
HSV(B) 34.19º 0.5% 0.68% -
XYZ 27.76 27.18 12.8 -
YUV 141.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 173 136 87 0 0.21 0.50 0.32 34.19 0.34 0.51
Hex AD 88 57 0 15 32 20 22 22 33
Octal 255 210 127 0 25 62 40 42 42 63
Binary 10101101 10001000 1010111 0 10101 110010 100000 100010 100010 110011

Color Harmonies of #AD8857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8857

Black with #AD8857

Text Example


Text Example

White with #AD8857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8857; }

 p { color: rgb(173,136,87); }

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

background-color css

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

 a { background-color: rgb(173,136,87); }

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

border-color css

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

 span { border-color: rgb(173,136,87); }

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