Html Css Color HEX #AD8F5A Teak

📋 copy color: '#AD8F5A'

red 173 ◦ green 143 ◦ blue 90

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

Shades of Teak #AD8F5A

Tints of Teak #AD8F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 42.61%
G = 35.22%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD8F5A (or 0xAD8F5A) is known color: Teak. HEX triplet: AD, 8F and 5A. RGB value is (173,143,90). Sum of RGB (Red+Green+Blue) = 173+143+90=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F5A is #5270A5. Grayscale: #929292. Windows color (decimal): -5402790 or 5935021. OLE color: 5935021.

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

Color convert

RGB 173 143 90 -
CMYK 0 0.17 0.48 0.32
HSL 38.31º 0.34% 0.52% -
HSV(B) 38.31º 0.48% 0.68% -
XYZ 28.9 29.27 13.8 -
YUV 145.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 173 143 90 0 0.17 0.48 0.32 38.31 0.34 0.52
Hex AD 8F 5A 0 11 30 20 26 22 34
Octal 255 217 132 0 21 60 40 46 42 64
Binary 10101101 10001111 1011010 0 10001 110000 100000 100110 100010 110100

Color Harmonies of #AD8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F5A

Black with #AD8F5A

Text Example


Text Example

White with #AD8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F5A; }

 p { color: rgb(173,143,90); }

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

background-color css

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

 a { background-color: rgb(173,143,90); }

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

border-color css

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

 span { border-color: rgb(173,143,90); }

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