Html Css Color HEX #AC8655 Teak

📋 copy color: '#AC8655'

red 172 ◦ green 134 ◦ blue 85

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

Shades of Teak #AC8655

Tints of Teak #AC8655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

 BLUE value IS 85 (33.59% from 255) = 21.74%

R = 43.99%
G = 34.27%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC8655 (or 0xAC8655) is known color: Teak. HEX triplet: AC, 86 and 55. RGB value is (172,134,85). Sum of RGB (Red+Green+Blue) = 172+134+85=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8655 is #5379AA. Grayscale: #8C8C8C. Windows color (decimal): -5470635 or 5605036. OLE color: 5605036.

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

Color convert

RGB 172 134 85 -
CMYK 0 0.22 0.51 0.33
HSL 33.79º 0.34% 0.5% -
HSV(B) 33.79º 0.51% 0.67% -
XYZ 27.18 26.48 12.27 -
YUV 139.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 172 134 85 0 0.22 0.51 0.33 33.79 0.34 0.5
Hex AC 86 55 0 16 33 21 22 22 32
Octal 254 206 125 0 26 63 41 42 42 62
Binary 10101100 10000110 1010101 0 10110 110011 100001 100010 100010 110010

Color Harmonies of #AC8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8655

Black with #AC8655

Text Example


Text Example

White with #AC8655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8655; }

 p { color: rgb(172,134,85); }

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

background-color css

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

 a { background-color: rgb(172,134,85); }

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

border-color css

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

 span { border-color: rgb(172,134,85); }

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