#AC8965

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

Shades of Sandal #AC8965

Tints of Sandal #AC8965

Color information

#AC8965 (or 0xAC8965) is unknown color: approx Sandal. HEX triplet: AC, 89 and 65. RGB value is (172,137,101). Sum of RGB (Red+Green+Blue) = 172+137+101=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8965 is #53769A. Grayscale: #8F8F8F. Windows color (decimal): -5469851 or 6654380. OLE color: 6654380.

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

Color convert

RGB172137101-
CMYK00.200.410.33
HSL30.42º29.96%53.53%-
HSV(B)30.42º41.28%67.45%-
XYZ28.3127.616.15-
YUV143.36104.1148.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=41.95%
G=33.41%
B=24.63%

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
Decimal17213710100.200.410.3330.4229.9653.53
HexAC896501429211e1e36
Octal2542111450245141363666
Binary101011001000100111001010101001010011000011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8965; }

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

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

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

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

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

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

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

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