Html Css Color HEX #AD8555 Teak

📋 copy color: '#AD8555'

red 173 ◦ green 133 ◦ blue 85

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

Shades of Teak #AD8555

Tints of Teak #AD8555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 44.25%
G = 34.02%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD8555 (or 0xAD8555) is known color: Teak. HEX triplet: AD, 85 and 55. RGB value is (173,133,85). Sum of RGB (Red+Green+Blue) = 173+133+85=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8555 is #527AAA. Grayscale: #8B8B8B. Windows color (decimal): -5405355 or 5604781. OLE color: 5604781.

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

Color convert

RGB 173 133 85 -
CMYK 0 0.23 0.51 0.32
HSL 32.73º 0.35% 0.51% -
HSV(B) 32.73º 0.51% 0.68% -
XYZ 27.26 26.32 12.24 -
YUV 139.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 173 133 85 0 0.23 0.51 0.32 32.73 0.35 0.51
Hex AD 85 55 0 17 33 20 21 23 33
Octal 255 205 125 0 27 63 40 41 43 63
Binary 10101101 10000101 1010101 0 10111 110011 100000 100001 100011 110011

Color Harmonies of #AD8555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8555

Black with #AD8555

Text Example


Text Example

White with #AD8555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8555; }

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

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

background-color css

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

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

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

border-color css

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

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

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