Html Css Color HEX #AD9056 Teak

📋 copy color: '#AD9056'

red 173 ◦ green 144 ◦ blue 86

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

Shades of Teak #AD9056

Tints of Teak #AD9056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.34%

R = 42.93%
G = 35.73%
B = 21.34%

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

#AD9056 (or 0xAD9056) is known color: Teak. HEX triplet: AD, 90 and 56. RGB value is (173,144,86). Sum of RGB (Red+Green+Blue) = 173+144+86=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9056 is #526FA9. Grayscale: #929292. Windows color (decimal): -5402538 or 5673133. OLE color: 5673133.

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

Color convert

RGB 173 144 86 -
CMYK 0 0.17 0.50 0.32
HSL 40º 0.35% 0.51% -
HSV(B) 40º 0.5% 0.68% -
XYZ 28.89 29.5 12.98 -
YUV 146.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 173 144 86 0 0.17 0.50 0.32 40 0.35 0.51
Hex AD 90 56 0 11 32 20 28 23 33
Octal 255 220 126 0 21 62 40 50 43 63
Binary 10101101 10010000 1010110 0 10001 110010 100000 101000 100011 110011

Color Harmonies of #AD9056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9056

Black with #AD9056

Text Example


Text Example

White with #AD9056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9056; }

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

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

background-color css

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

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

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

border-color css

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

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

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