Html Css Color HEX #AD8750 Teak

📋 copy color: '#AD8750'

red 173 ◦ green 135 ◦ blue 80

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

Shades of Teak #AD8750

Tints of Teak #AD8750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.79%

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

R = 44.59%
G = 34.79%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD8750 (or 0xAD8750) is known color: Teak. HEX triplet: AD, 87 and 50. RGB value is (173,135,80). Sum of RGB (Red+Green+Blue) = 173+135+80=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8750 is #5278AF. Grayscale: #8C8C8C. Windows color (decimal): -5404848 or 5277613. OLE color: 5277613.

HSL color Cylindrical-coordinate representation of color #AD8750: hue angle of 35.48º 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 #AD8750 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 80 -
CMYK 0 0.22 0.54 0.32
HSL 35.48º 0.37% 0.5% -
HSV(B) 35.48º 0.54% 0.68% -
XYZ 27.35 26.79 11.32 -
YUV 140.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 173 135 80 0 0.22 0.54 0.32 35.48 0.37 0.5
Hex AD 87 50 0 16 36 20 23 25 32
Octal 255 207 120 0 26 66 40 43 45 62
Binary 10101101 10000111 1010000 0 10110 110110 100000 100011 100101 110010

Color Harmonies of #AD8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8750

Black with #AD8750

Text Example


Text Example

White with #AD8750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8750; }

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

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

background-color css

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

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

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

border-color css

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

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

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