Html Css Color HEX #AD894D Teak

📋 copy color: '#AD894D'

red 173 ◦ green 137 ◦ blue 77

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

Shades of Teak #AD894D

Tints of Teak #AD894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

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

R = 44.7%
G = 35.4%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD894D (or 0xAD894D) is known color: Teak. HEX triplet: AD, 89 and 4D. RGB value is (173,137,77). Sum of RGB (Red+Green+Blue) = 173+137+77=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD894D is #5276B2. Grayscale: #8D8D8D. Windows color (decimal): -5404339 or 5081517. OLE color: 5081517.

HSL color Cylindrical-coordinate representation of color #AD894D: hue angle of 37.5º 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 #AD894D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 77 -
CMYK 0 0.21 0.55 0.32
HSL 37.5º 0.38% 0.49% -
HSV(B) 37.5º 0.55% 0.68% -
XYZ 27.52 27.31 10.84 -
YUV 140.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 173 137 77 0 0.21 0.55 0.32 37.5 0.38 0.49
Hex AD 89 4D 0 15 37 20 26 26 31
Octal 255 211 115 0 25 67 40 46 46 61
Binary 10101101 10001001 1001101 0 10101 110111 100000 100110 100110 110001

Color Harmonies of #AD894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD894D

Black with #AD894D

Text Example


Text Example

White with #AD894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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