#AC8B53

Color #AC8B53 Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #AC8B53

Tints of Teak #AC8B53

Color information

#AC8B53 (or 0xAC8B53) is unknown color: approx Teak. HEX triplet: AC, 8B and 53. RGB value is (172,139,83). Sum of RGB (Red+Green+Blue) = 172+139+83=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B53 is #5374AC. Grayscale: #8E8E8E. Windows color (decimal): -5469357 or 5475244. OLE color: 5475244.

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

Color convert

RGB17213983-
CMYK00.190.520.33
HSL37.75º34.9%50%-
HSV(B)37.75º51.74%67.45%-
XYZ27.8127.8612.1-
YUV142.4894.43149.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 83 (32.81% from 255) = 21.07%
R=43.65%
G=35.28%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721398300.190.520.3337.7534.950
HexAC8B530133421262332
Octal2542131230236441464362
Binary10101100100010111010011010011110100100001100110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B53; }

 p { color: rgb(172,139,83); }

 H1.HeaderClassName
 {
   color: #AC8B53;
 }
 .AnyTagClassName
 {
   color: #AC8B53;
 }
</style>
background-color css

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

 a { background-color: rgb(172,139,83); }

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

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

 span { border-color: rgb(172,139,83); }

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