Html Css Color HEX #AD8951 Teak

📋 copy color: '#AD8951'

red 173 ◦ green 137 ◦ blue 81

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

Shades of Teak #AD8951

Tints of Teak #AD8951

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.04%

 BLUE value IS 81 (32.03% from 255) = 20.72%

R = 44.25%
G = 35.04%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD8951 (or 0xAD8951) is known color: Teak. HEX triplet: AD, 89 and 51. RGB value is (173,137,81). Sum of RGB (Red+Green+Blue) = 173+137+81=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8951 is #5276AE. Grayscale: #8D8D8D. Windows color (decimal): -5404335 or 5343661. OLE color: 5343661.

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

Color convert

RGB 173 137 81 -
CMYK 0 0.21 0.53 0.32
HSL 36.52º 0.36% 0.5% -
HSV(B) 36.52º 0.53% 0.68% -
XYZ 27.66 27.37 11.61 -
YUV 141.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 173 137 81 0 0.21 0.53 0.32 36.52 0.36 0.5
Hex AD 89 51 0 15 35 20 25 24 32
Octal 255 211 121 0 25 65 40 45 44 62
Binary 10101101 10001001 1010001 0 10101 110101 100000 100101 100100 110010

Color Harmonies of #AD8951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8951

Black with #AD8951

Text Example


Text Example

White with #AD8951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8951; }

 p { color: rgb(173,137,81); }

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

background-color css

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

 a { background-color: rgb(173,137,81); }

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

border-color css

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

 span { border-color: rgb(173,137,81); }

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