#AC655A

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

Shades of Au Chico #AC655A

Tints of Au Chico #AC655A

Color information

#AC655A (or 0xAC655A) is unknown color: approx Au Chico. HEX triplet: AC, 65 and 5A. RGB value is (172,101,90). Sum of RGB (Red+Green+Blue) = 172+101+90=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC655A is #539AA5. Grayscale: #797979. Windows color (decimal): -5479078 or 5924268. OLE color: 5924268.

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

Color convert

RGB17210190-
CMYK00.410.480.33
HSL8.05º33.06%51.37%-
HSV(B)8.05º47.67%67.45%-
XYZ23.5118.8212.07-
YUV120.98110.52164.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=47.38%
G=27.82%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721019000.410.480.338.0533.0651.37
HexAC655A029302182133
Octal2541451320516041104163
Binary101011001100101101101001010011100001000011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC655A; }

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

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

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

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

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

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

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

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