Html Css Color HEX #AD8D57 Teak

📋 copy color: '#AD8D57'

red 173 ◦ green 141 ◦ blue 87

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

Shades of Teak #AD8D57

Tints of Teak #AD8D57

RGB

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

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

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

R = 43.14%
G = 35.16%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD8D57 (or 0xAD8D57) is known color: Teak. HEX triplet: AD, 8D and 57. RGB value is (173,141,87). Sum of RGB (Red+Green+Blue) = 173+141+87=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D57 is #5272A8. Grayscale: #909090. Windows color (decimal): -5403305 or 5737901. OLE color: 5737901.

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

Color convert

RGB 173 141 87 -
CMYK 0 0.18 0.50 0.32
HSL 37.67º 0.34% 0.51% -
HSV(B) 37.67º 0.5% 0.68% -
XYZ 28.48 28.62 13.04 -
YUV 144.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 173 141 87 0 0.18 0.50 0.32 37.67 0.34 0.51
Hex AD 8D 57 0 12 32 20 26 22 33
Octal 255 215 127 0 22 62 40 46 42 63
Binary 10101101 10001101 1010111 0 10010 110010 100000 100110 100010 110011

Color Harmonies of #AD8D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D57

Black with #AD8D57

Text Example


Text Example

White with #AD8D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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