#AC8A65

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

Shades of Sandal #AC8A65

Tints of Sandal #AC8A65

Color information

#AC8A65 (or 0xAC8A65) is unknown color: approx Sandal. HEX triplet: AC, 8A and 65. RGB value is (172,138,101). Sum of RGB (Red+Green+Blue) = 172+138+101=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A65 is #53759A. Grayscale: #909090. Windows color (decimal): -5469595 or 6654636. OLE color: 6654636.

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

Color convert

RGB172138101-
CMYK00.200.410.33
HSL31.27º29.96%53.53%-
HSV(B)31.27º41.28%67.45%-
XYZ28.4527.8916.2-
YUV143.95103.76148.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=41.85%
G=33.58%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213810100.200.410.3331.2729.9653.53
HexAC8A6501429211f1e36
Octal2542121450245141373666
Binary101011001000101011001010101001010011000011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A65; }

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

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

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

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

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

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

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

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