Html Css Color HEX #AD8859 Teak

📋 copy color: '#AD8859'

red 173 ◦ green 136 ◦ blue 89

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

Shades of Teak #AD8859

Tints of Teak #AD8859

RGB

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

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

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

R = 43.47%
G = 34.17%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD8859 (or 0xAD8859) is known color: Teak. HEX triplet: AD, 88 and 59. RGB value is (173,136,89). Sum of RGB (Red+Green+Blue) = 173+136+89=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8859 is #5277A6. Grayscale: #8D8D8D. Windows color (decimal): -5404583 or 5867693. OLE color: 5867693.

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

Color convert

RGB 173 136 89 -
CMYK 0 0.21 0.49 0.32
HSL 33.57º 0.34% 0.51% -
HSV(B) 33.57º 0.49% 0.68% -
XYZ 27.84 27.21 13.24 -
YUV 141.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 173 136 89 0 0.21 0.49 0.32 33.57 0.34 0.51
Hex AD 88 59 0 15 31 20 22 22 33
Octal 255 210 131 0 25 61 40 42 42 63
Binary 10101101 10001000 1011001 0 10101 110001 100000 100010 100010 110011

Color Harmonies of #AD8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8859

Black with #AD8859

Text Example


Text Example

White with #AD8859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8859; }

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

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

background-color css

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

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

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

border-color css

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

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

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