Html Css Color HEX #AC8C56 Teak

📋 copy color: '#AC8C56'

red 172 ◦ green 140 ◦ blue 86

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

Shades of Teak #AC8C56

Tints of Teak #AC8C56

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 43.22%
G = 35.18%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC8C56 (or 0xAC8C56) is known color: Teak. HEX triplet: AC, 8C and 56. RGB value is (172,140,86). Sum of RGB (Red+Green+Blue) = 172+140+86=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C56 is #5373A9. Grayscale: #8F8F8F. Windows color (decimal): -5469098 or 5672108. OLE color: 5672108.

HSL color Cylindrical-coordinate representation of color #AC8C56: hue angle of 37.67º 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 #AC8C56 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 140 86 -
CMYK 0 0.19 0.5 0.33
HSL 37.67º 0.34% 0.51% -
HSV(B) 37.67º 0.5% 0.67% -
XYZ 28.07 28.2 12.77 -
YUV 143.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 172 140 86 0 0.19 0.5 0.33 37.67 0.34 0.51
Hex AC 8C 56 0 13 32 21 26 22 33
Octal 254 214 126 0 23 62 41 46 42 63
Binary 10101100 10001100 1010110 0 10011 110010 100001 100110 100010 110011

Color Harmonies of #AC8C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C56

Black with #AC8C56

Text Example


Text Example

White with #AC8C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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