#AC7A65

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

Shades of Medium Wood #AC7A65

Tints of Medium Wood #AC7A65

Color information

#AC7A65 (or 0xAC7A65) is unknown color: approx Medium Wood. HEX triplet: AC, 7A and 65. RGB value is (172,122,101). Sum of RGB (Red+Green+Blue) = 172+122+101=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A65 is #53859A. Grayscale: #868686. Windows color (decimal): -5473691 or 6650540. OLE color: 6650540.

HSL color Cylindrical-coordinate representation of color #AC7A65: hue angle of 17.75º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7A65 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB172122101-
CMYK00.290.410.33
HSL17.75º29.96%53.53%-
HSV(B)17.75º41.28%67.45%-
XYZ26.3223.6315.49-
YUV134.56109.06154.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=43.54%
G=30.89%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212210100.290.410.3317.7529.9653.53
HexAC7A6501D2921121e36
Octal2541721450355141223666
Binary10101100111101011001010111011010011000011001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A65; }

 p { color: rgb(172,122,101); }

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

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

 a { background-color: rgb(172,122,101); }

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

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

 span { border-color: rgb(172,122,101); }

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