Html Css Color HEX #AD8C4C Teak

📋 copy color: '#AD8C4C'

red 173 ◦ green 140 ◦ blue 76

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

Shades of Teak #AD8C4C

Tints of Teak #AD8C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 44.47%
G = 35.99%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD8C4C (or 0xAD8C4C) is known color: Teak. HEX triplet: AD, 8C and 4C. RGB value is (173,140,76). Sum of RGB (Red+Green+Blue) = 173+140+76=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C4C is #5273B3. Grayscale: #8E8E8E. Windows color (decimal): -5403572 or 5016749. OLE color: 5016749.

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

Color convert

RGB 173 140 76 -
CMYK 0 0.19 0.56 0.32
HSL 39.59º 0.39% 0.49% -
HSV(B) 39.59º 0.56% 0.68% -
XYZ 27.92 28.16 10.8 -
YUV 142.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 173 140 76 0 0.19 0.56 0.32 39.59 0.39 0.49
Hex AD 8C 4C 0 13 38 20 28 27 31
Octal 255 214 114 0 23 70 40 50 47 61
Binary 10101101 10001100 1001100 0 10011 111000 100000 101000 100111 110001

Color Harmonies of #AD8C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C4C

Black with #AD8C4C

Text Example


Text Example

White with #AD8C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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