Html Css Color HEX #AD8556 Teak

📋 copy color: '#AD8556'

red 173 ◦ green 133 ◦ blue 86

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

Shades of Teak #AD8556

Tints of Teak #AD8556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.94%

R = 44.13%
G = 33.93%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD8556 (or 0xAD8556) is known color: Teak. HEX triplet: AD, 85 and 56. RGB value is (173,133,86). Sum of RGB (Red+Green+Blue) = 173+133+86=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8556 is #527AA9. Grayscale: #8B8B8B. Windows color (decimal): -5405354 or 5670317. OLE color: 5670317.

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

Color convert

RGB 173 133 86 -
CMYK 0 0.23 0.50 0.32
HSL 32.41º 0.35% 0.51% -
HSV(B) 32.41º 0.5% 0.68% -
XYZ 27.3 26.33 12.45 -
YUV 139.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 173 133 86 0 0.23 0.50 0.32 32.41 0.35 0.51
Hex AD 85 56 0 17 32 20 20 23 33
Octal 255 205 126 0 27 62 40 40 43 63
Binary 10101101 10000101 1010110 0 10111 110010 100000 100000 100011 110011

Color Harmonies of #AD8556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8556

Black with #AD8556

Text Example


Text Example

White with #AD8556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8556; }

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

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

background-color css

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

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

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

border-color css

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

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

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