Html Css Color HEX #AD9059 Teak

📋 copy color: '#AD9059'

red 173 ◦ green 144 ◦ blue 89

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

Shades of Teak #AD9059

Tints of Teak #AD9059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.92%

R = 42.61%
G = 35.47%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD9059 (or 0xAD9059) is known color: Teak. HEX triplet: AD, 90 and 59. RGB value is (173,144,89). Sum of RGB (Red+Green+Blue) = 173+144+89=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9059 is #526FA6. Grayscale: #929292. Windows color (decimal): -5402535 or 5869741. OLE color: 5869741.

HSL color Cylindrical-coordinate representation of color #AD9059: hue angle of 39.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD9059 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 144 89 -
CMYK 0 0.17 0.49 0.32
HSL 39.29º 0.34% 0.51% -
HSV(B) 39.29º 0.49% 0.68% -
XYZ 29.01 29.55 13.63 -
YUV 146.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 173 144 89 0 0.17 0.49 0.32 39.29 0.34 0.51
Hex AD 90 59 0 11 31 20 27 22 33
Octal 255 220 131 0 21 61 40 47 42 63
Binary 10101101 10010000 1011001 0 10001 110001 100000 100111 100010 110011

Color Harmonies of #AD9059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9059

Black with #AD9059

Text Example


Text Example

White with #AD9059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9059; }

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

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

background-color css

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

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

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

border-color css

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

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

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