Html Css Color HEX #AD9057 Teak

📋 copy color: '#AD9057'

red 173 ◦ green 144 ◦ blue 87

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

Shades of Teak #AD9057

Tints of Teak #AD9057

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 42.82%
G = 35.64%
B = 21.53%

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

#AD9057 (or 0xAD9057) is known color: Teak. HEX triplet: AD, 90 and 57. RGB value is (173,144,87). Sum of RGB (Red+Green+Blue) = 173+144+87=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9057 is #526FA8. Grayscale: #929292. Windows color (decimal): -5402537 or 5738669. OLE color: 5738669.

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

Color convert

RGB 173 144 87 -
CMYK 0 0.17 0.50 0.32
HSL 39.77º 0.34% 0.51% -
HSV(B) 39.77º 0.5% 0.68% -
XYZ 28.93 29.52 13.19 -
YUV 146.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 173 144 87 0 0.17 0.50 0.32 39.77 0.34 0.51
Hex AD 90 57 0 11 32 20 28 22 33
Octal 255 220 127 0 21 62 40 50 42 63
Binary 10101101 10010000 1010111 0 10001 110010 100000 101000 100010 110011

Color Harmonies of #AD9057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9057

Black with #AD9057

Text Example


Text Example

White with #AD9057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9057; }

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

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

background-color css

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

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

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

border-color css

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

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

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