Html Css Color HEX #AD8755 Teak

📋 copy color: '#AD8755'

red 173 ◦ green 135 ◦ blue 85

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

Shades of Teak #AD8755

Tints of Teak #AD8755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 44.02%
G = 34.35%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD8755 (or 0xAD8755) is known color: Teak. HEX triplet: AD, 87 and 55. RGB value is (173,135,85). Sum of RGB (Red+Green+Blue) = 173+135+85=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8755 is #5278AA. Grayscale: #8C8C8C. Windows color (decimal): -5404843 or 5605293. OLE color: 5605293.

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

Color convert

RGB 173 135 85 -
CMYK 0 0.22 0.51 0.32
HSL 34.09º 0.35% 0.51% -
HSV(B) 34.09º 0.51% 0.68% -
XYZ 27.54 26.87 12.33 -
YUV 140.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 173 135 85 0 0.22 0.51 0.32 34.09 0.35 0.51
Hex AD 87 55 0 16 33 20 22 23 33
Octal 255 207 125 0 26 63 40 42 43 63
Binary 10101101 10000111 1010101 0 10110 110011 100000 100010 100011 110011

Color Harmonies of #AD8755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8755

Black with #AD8755

Text Example


Text Example

White with #AD8755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8755; }

 p { color: rgb(173,135,85); }

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

background-color css

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

 a { background-color: rgb(173,135,85); }

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

border-color css

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

 span { border-color: rgb(173,135,85); }

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