Html Css Color HEX #AD8950 Teak

📋 copy color: '#AD8950'

red 173 ◦ green 137 ◦ blue 80

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

Shades of Teak #AD8950

Tints of Teak #AD8950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.51%

R = 44.36%
G = 35.13%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD8950 (or 0xAD8950) is known color: Teak. HEX triplet: AD, 89 and 50. RGB value is (173,137,80). Sum of RGB (Red+Green+Blue) = 173+137+80=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8950 is #5276AF. Grayscale: #8D8D8D. Windows color (decimal): -5404336 or 5278125. OLE color: 5278125.

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

Color convert

RGB 173 137 80 -
CMYK 0 0.21 0.54 0.32
HSL 36.77º 0.37% 0.5% -
HSV(B) 36.77º 0.54% 0.68% -
XYZ 27.63 27.35 11.41 -
YUV 141.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 173 137 80 0 0.21 0.54 0.32 36.77 0.37 0.5
Hex AD 89 50 0 15 36 20 25 25 32
Octal 255 211 120 0 25 66 40 45 45 62
Binary 10101101 10001001 1010000 0 10101 110110 100000 100101 100101 110010

Color Harmonies of #AD8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8950

Black with #AD8950

Text Example


Text Example

White with #AD8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8950; }

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

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

background-color css

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

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

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

border-color css

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

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

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