Html Css Color HEX #AD8858 Teak

📋 copy color: '#AD8858'

red 173 ◦ green 136 ◦ blue 88

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

Shades of Teak #AD8858

Tints of Teak #AD8858

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 43.58%
G = 34.26%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD8858 (or 0xAD8858) is known color: Teak. HEX triplet: AD, 88 and 58. RGB value is (173,136,88). Sum of RGB (Red+Green+Blue) = 173+136+88=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8858 is #5277A7. Grayscale: #8D8D8D. Windows color (decimal): -5404584 or 5802157. OLE color: 5802157.

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

Color convert

RGB 173 136 88 -
CMYK 0 0.21 0.49 0.32
HSL 33.88º 0.34% 0.51% -
HSV(B) 33.88º 0.49% 0.68% -
XYZ 27.8 27.2 13.02 -
YUV 141.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 173 136 88 0 0.21 0.49 0.32 33.88 0.34 0.51
Hex AD 88 58 0 15 31 20 22 22 33
Octal 255 210 130 0 25 61 40 42 42 63
Binary 10101101 10001000 1011000 0 10101 110001 100000 100010 100010 110011

Color Harmonies of #AD8858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8858

Black with #AD8858

Text Example


Text Example

White with #AD8858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8858; }

 p { color: rgb(173,136,88); }

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

background-color css

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

 a { background-color: rgb(173,136,88); }

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

border-color css

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

 span { border-color: rgb(173,136,88); }

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