Html Css Color HEX #AD8C57 Teak

📋 copy color: '#AD8C57'

red 173 ◦ green 140 ◦ blue 87

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

Shades of Teak #AD8C57

Tints of Teak #AD8C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 43.25%
G = 35%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD8C57 (or 0xAD8C57) is known color: Teak. HEX triplet: AD, 8C and 57. RGB value is (173,140,87). Sum of RGB (Red+Green+Blue) = 173+140+87=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C57 is #5273A8. Grayscale: #909090. Windows color (decimal): -5403561 or 5737645. OLE color: 5737645.

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

Color convert

RGB 173 140 87 -
CMYK 0 0.19 0.50 0.32
HSL 36.98º 0.34% 0.51% -
HSV(B) 36.98º 0.5% 0.68% -
XYZ 28.33 28.33 12.99 -
YUV 143.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 173 140 87 0 0.19 0.50 0.32 36.98 0.34 0.51
Hex AD 8C 57 0 13 32 20 25 22 33
Octal 255 214 127 0 23 62 40 45 42 63
Binary 10101101 10001100 1010111 0 10011 110010 100000 100101 100010 110011

Color Harmonies of #AD8C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C57

Black with #AD8C57

Text Example


Text Example

White with #AD8C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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