Html Css Color HEX #AD8757 Teak

📋 copy color: '#AD8757'

red 173 ◦ green 135 ◦ blue 87

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

Shades of Teak #AD8757

Tints of Teak #AD8757

RGB

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

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

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

R = 43.8%
G = 34.18%
B = 22.03%

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

#AD8757 (or 0xAD8757) is known color: Teak. HEX triplet: AD, 87 and 57. RGB value is (173,135,87). Sum of RGB (Red+Green+Blue) = 173+135+87=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8757 is #5278A8. Grayscale: #8D8D8D. Windows color (decimal): -5404841 or 5736365. OLE color: 5736365.

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

Color convert

RGB 173 135 87 -
CMYK 0 0.22 0.50 0.32
HSL 33.49º 0.34% 0.51% -
HSV(B) 33.49º 0.5% 0.68% -
XYZ 27.62 26.9 12.75 -
YUV 140.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 173 135 87 0 0.22 0.50 0.32 33.49 0.34 0.51
Hex AD 87 57 0 16 32 20 21 22 33
Octal 255 207 127 0 26 62 40 41 42 63
Binary 10101101 10000111 1010111 0 10110 110010 100000 100001 100010 110011

Color Harmonies of #AD8757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8757

Black with #AD8757

Text Example


Text Example

White with #AD8757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8757; }

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

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

background-color css

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

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

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

border-color css

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

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

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