Html Css Color HEX #AC9156 Teak

📋 copy color: '#AC9156'

red 172 ◦ green 145 ◦ blue 86

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

Shades of Teak #AC9156

Tints of Teak #AC9156

RGB

 RED value IS 172 (67.58% from 255) = 42.68%

 GREEN value IS 145 (57.03% from 255) = 35.98%

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

R = 42.68%
G = 35.98%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC9156 (or 0xAC9156) is known color: Teak. HEX triplet: AC, 91 and 56. RGB value is (172,145,86). Sum of RGB (Red+Green+Blue) = 172+145+86=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9156 is #536EA9. Grayscale: #929292. Windows color (decimal): -5467818 or 5673388. OLE color: 5673388.

HSL color Cylindrical-coordinate representation of color #AC9156: hue angle of 41.16º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC9156 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 145 86 -
CMYK 0 0.16 0.5 0.33
HSL 41.16º 0.34% 0.51% -
HSV(B) 41.16º 0.5% 0.67% -
XYZ 28.82 29.69 13.02 -
YUV 146.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 172 145 86 0 0.16 0.5 0.33 41.16 0.34 0.51
Hex AC 91 56 0 10 32 21 29 22 33
Octal 254 221 126 0 20 62 41 51 42 63
Binary 10101100 10010001 1010110 0 10000 110010 100001 101001 100010 110011

Color Harmonies of #AC9156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9156

Black with #AC9156

Text Example


Text Example

White with #AC9156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9156; }

 p { color: rgb(172,145,86); }

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

background-color css

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

 a { background-color: rgb(172,145,86); }

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

border-color css

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

 span { border-color: rgb(172,145,86); }

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