Html Css Color HEX #AD9054 Teak

📋 copy color: '#AD9054'

red 173 ◦ green 144 ◦ blue 84

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

Shades of Teak #AD9054

Tints of Teak #AD9054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 43.14%
G = 35.91%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD9054 (or 0xAD9054) is known color: Teak. HEX triplet: AD, 90 and 54. RGB value is (173,144,84). Sum of RGB (Red+Green+Blue) = 173+144+84=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9054 is #526FAB. Grayscale: #929292. Windows color (decimal): -5402540 or 5542061. OLE color: 5542061.

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

Color convert

RGB 173 144 84 -
CMYK 0 0.17 0.51 0.32
HSL 40.45º 0.35% 0.5% -
HSV(B) 40.45º 0.51% 0.68% -
XYZ 28.81 29.47 12.56 -
YUV 145.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 173 144 84 0 0.17 0.51 0.32 40.45 0.35 0.5
Hex AD 90 54 0 11 33 20 28 23 32
Octal 255 220 124 0 21 63 40 50 43 62
Binary 10101101 10010000 1010100 0 10001 110011 100000 101000 100011 110010

Color Harmonies of #AD9054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9054

Black with #AD9054

Text Example


Text Example

White with #AD9054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9054; }

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

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

background-color css

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

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

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

border-color css

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

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

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