Html Css Color HEX #AD8C54 Teak

📋 copy color: '#AD8C54'

red 173 ◦ green 140 ◦ blue 84

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

Shades of Teak #AD8C54

Tints of Teak #AD8C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 43.58%
G = 35.26%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD8C54 (or 0xAD8C54) is known color: Teak. HEX triplet: AD, 8C and 54. RGB value is (173,140,84). Sum of RGB (Red+Green+Blue) = 173+140+84=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C54 is #5273AB. Grayscale: #8F8F8F. Windows color (decimal): -5403564 or 5541037. OLE color: 5541037.

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

Color convert

RGB 173 140 84 -
CMYK 0 0.19 0.51 0.32
HSL 37.75º 0.35% 0.5% -
HSV(B) 37.75º 0.51% 0.68% -
XYZ 28.21 28.28 12.36 -
YUV 143.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 173 140 84 0 0.19 0.51 0.32 37.75 0.35 0.5
Hex AD 8C 54 0 13 33 20 26 23 32
Octal 255 214 124 0 23 63 40 46 43 62
Binary 10101101 10001100 1010100 0 10011 110011 100000 100110 100011 110010

Color Harmonies of #AD8C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C54

Black with #AD8C54

Text Example


Text Example

White with #AD8C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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