Html Css Color HEX #AD8456 Teak

📋 copy color: '#AD8456'

red 173 ◦ green 132 ◦ blue 86

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

Shades of Teak #AD8456

Tints of Teak #AD8456

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 44.25%
G = 33.76%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD8456 (or 0xAD8456) is known color: Teak. HEX triplet: AD, 84 and 56. RGB value is (173,132,86). Sum of RGB (Red+Green+Blue) = 173+132+86=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8456 is #527BA9. Grayscale: #8B8B8B. Windows color (decimal): -5405610 or 5670061. OLE color: 5670061.

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

Color convert

RGB 173 132 86 -
CMYK 0 0.24 0.50 0.32
HSL 31.72º 0.35% 0.51% -
HSV(B) 31.72º 0.5% 0.68% -
XYZ 27.16 26.06 12.4 -
YUV 139.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 173 132 86 0 0.24 0.50 0.32 31.72 0.35 0.51
Hex AD 84 56 0 18 32 20 20 23 33
Octal 255 204 126 0 30 62 40 40 43 63
Binary 10101101 10000100 1010110 0 11000 110010 100000 100000 100011 110011

Color Harmonies of #AD8456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8456

Black with #AD8456

Text Example


Text Example

White with #AD8456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8456; }

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

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

background-color css

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

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

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

border-color css

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

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

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