Html Css Color HEX #AC8557 Teak

📋 copy color: '#AC8557'

red 172 ◦ green 133 ◦ blue 87

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

Shades of Teak #AC8557

Tints of Teak #AC8557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

 BLUE value IS 87 (34.38% from 255) = 22.19%

R = 43.88%
G = 33.93%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC8557 (or 0xAC8557) is known color: Teak. HEX triplet: AC, 85 and 57. RGB value is (172,133,87). Sum of RGB (Red+Green+Blue) = 172+133+87=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8557 is #537AA8. Grayscale: #8B8B8B. Windows color (decimal): -5470889 or 5735852. OLE color: 5735852.

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

Color convert

RGB 172 133 87 -
CMYK 0 0.23 0.49 0.33
HSL 32.47º 0.34% 0.51% -
HSV(B) 32.47º 0.49% 0.67% -
XYZ 27.12 26.23 12.65 -
YUV 139.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 172 133 87 0 0.23 0.49 0.33 32.47 0.34 0.51
Hex AC 85 57 0 17 31 21 20 22 33
Octal 254 205 127 0 27 61 41 40 42 63
Binary 10101100 10000101 1010111 0 10111 110001 100001 100000 100010 110011

Color Harmonies of #AC8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8557

Black with #AC8557

Text Example


Text Example

White with #AC8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8557; }

 p { color: rgb(172,133,87); }

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

background-color css

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

 a { background-color: rgb(172,133,87); }

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

border-color css

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

 span { border-color: rgb(172,133,87); }

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