Html Css Color HEX #AD8C4A Teak

📋 copy color: '#AD8C4A'

red 173 ◦ green 140 ◦ blue 74

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

Shades of Teak #AD8C4A

Tints of Teak #AD8C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 44.7%
G = 36.18%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD8C4A (or 0xAD8C4A) is known color: Teak. HEX triplet: AD, 8C and 4A. RGB value is (173,140,74). Sum of RGB (Red+Green+Blue) = 173+140+74=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C4A is #5273B5. Grayscale: #8E8E8E. Windows color (decimal): -5403574 or 4885677. OLE color: 4885677.

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

Color convert

RGB 173 140 74 -
CMYK 0 0.19 0.57 0.32
HSL 40º 0.4% 0.48% -
HSV(B) 40º 0.57% 0.68% -
XYZ 27.85 28.13 10.44 -
YUV 142.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 173 140 74 0 0.19 0.57 0.32 40 0.4 0.48
Hex AD 8C 4A 0 13 39 20 28 28 30
Octal 255 214 112 0 23 71 40 50 50 60
Binary 10101101 10001100 1001010 0 10011 111001 100000 101000 101000 110000

Color Harmonies of #AD8C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C4A

Black with #AD8C4A

Text Example


Text Example

White with #AD8C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C4A; }

 p { color: rgb(173,140,74); }

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

background-color css

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

 a { background-color: rgb(173,140,74); }

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

border-color css

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

 span { border-color: rgb(173,140,74); }

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