Html Css Color HEX #AD8957 Teak

📋 copy color: '#AD8957'

red 173 ◦ green 137 ◦ blue 87

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

Shades of Teak #AD8957

Tints of Teak #AD8957

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

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

R = 43.58%
G = 34.51%
B = 21.91%

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

#AD8957 (or 0xAD8957) is known color: Teak. HEX triplet: AD, 89 and 57. RGB value is (173,137,87). Sum of RGB (Red+Green+Blue) = 173+137+87=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8957 is #5276A8. Grayscale: #8E8E8E. Windows color (decimal): -5404329 or 5736877. OLE color: 5736877.

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

Color convert

RGB 173 137 87 -
CMYK 0 0.21 0.50 0.32
HSL 34.88º 0.34% 0.51% -
HSV(B) 34.88º 0.5% 0.68% -
XYZ 27.9 27.46 12.85 -
YUV 142.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 173 137 87 0 0.21 0.50 0.32 34.88 0.34 0.51
Hex AD 89 57 0 15 32 20 23 22 33
Octal 255 211 127 0 25 62 40 43 42 63
Binary 10101101 10001001 1010111 0 10101 110010 100000 100011 100010 110011

Color Harmonies of #AD8957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8957

Black with #AD8957

Text Example


Text Example

White with #AD8957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8957; }

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

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

background-color css

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

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

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

border-color css

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

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

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