Html Css Color HEX #AD8F57 Teak

📋 copy color: '#AD8F57'

red 173 ◦ green 143 ◦ blue 87

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

Shades of Teak #AD8F57

Tints of Teak #AD8F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

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

R = 42.93%
G = 35.48%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD8F57 (or 0xAD8F57) is known color: Teak. HEX triplet: AD, 8F and 57. RGB value is (173,143,87). Sum of RGB (Red+Green+Blue) = 173+143+87=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F57 is #5270A8. Grayscale: #919191. Windows color (decimal): -5402793 or 5738413. OLE color: 5738413.

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

Color convert

RGB 173 143 87 -
CMYK 0 0.17 0.50 0.32
HSL 39.07º 0.34% 0.51% -
HSV(B) 39.07º 0.5% 0.68% -
XYZ 28.78 29.22 13.14 -
YUV 145.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 173 143 87 0 0.17 0.50 0.32 39.07 0.34 0.51
Hex AD 8F 57 0 11 32 20 27 22 33
Octal 255 217 127 0 21 62 40 47 42 63
Binary 10101101 10001111 1010111 0 10001 110010 100000 100111 100010 110011

Color Harmonies of #AD8F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F57

Black with #AD8F57

Text Example


Text Example

White with #AD8F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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