Html Css Color HEX #AD8C4D Teak

📋 copy color: '#AD8C4D'

red 173 ◦ green 140 ◦ blue 77

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

Shades of Teak #AD8C4D

Tints of Teak #AD8C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.74%

R = 44.36%
G = 35.9%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD8C4D (or 0xAD8C4D) is known color: Teak. HEX triplet: AD, 8C and 4D. RGB value is (173,140,77). Sum of RGB (Red+Green+Blue) = 173+140+77=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C4D is #5273B2. Grayscale: #8E8E8E. Windows color (decimal): -5403571 or 5082285. OLE color: 5082285.

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

Color convert

RGB 173 140 77 -
CMYK 0 0.19 0.55 0.32
HSL 39.38º 0.38% 0.49% -
HSV(B) 39.38º 0.55% 0.68% -
XYZ 27.95 28.18 10.99 -
YUV 142.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 173 140 77 0 0.19 0.55 0.32 39.38 0.38 0.49
Hex AD 8C 4D 0 13 37 20 27 26 31
Octal 255 214 115 0 23 67 40 47 46 61
Binary 10101101 10001100 1001101 0 10011 110111 100000 100111 100110 110001

Color Harmonies of #AD8C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C4D

Black with #AD8C4D

Text Example


Text Example

White with #AD8C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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