Html Css Color HEX #AD9356 Teak

📋 copy color: '#AD9356'

red 173 ◦ green 147 ◦ blue 86

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

Shades of Teak #AD9356

Tints of Teak #AD9356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.21%

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

R = 42.61%
G = 36.21%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD9356 (or 0xAD9356) is known color: Teak. HEX triplet: AD, 93 and 56. RGB value is (173,147,86). Sum of RGB (Red+Green+Blue) = 173+147+86=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9356 is #526CA9. Grayscale: #949494. Windows color (decimal): -5401770 or 5673901. OLE color: 5673901.

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

Color convert

RGB 173 147 86 -
CMYK 0 0.15 0.50 0.32
HSL 42.07º 0.35% 0.51% -
HSV(B) 42.07º 0.5% 0.68% -
XYZ 29.35 30.42 13.13 -
YUV 147.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 173 147 86 0 0.15 0.50 0.32 42.07 0.35 0.51
Hex AD 93 56 0 F 32 20 2A 23 33
Octal 255 223 126 0 17 62 40 52 43 63
Binary 10101101 10010011 1010110 0 1111 110010 100000 101010 100011 110011

Color Harmonies of #AD9356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9356

Black with #AD9356

Text Example


Text Example

White with #AD9356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9356; }

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

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

background-color css

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

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

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

border-color css

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

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

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