#AC685A

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

Shades of Au Chico #AC685A

Tints of Au Chico #AC685A

Color information

#AC685A (or 0xAC685A) is unknown color: approx Au Chico. HEX triplet: AC, 68 and 5A. RGB value is (172,104,90). Sum of RGB (Red+Green+Blue) = 172+104+90=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC685A is #5397A5. Grayscale: #7A7A7A. Windows color (decimal): -5478310 or 5925036. OLE color: 5925036.

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

Color convert

RGB17210490-
CMYK00.400.480.33
HSL10.24º33.06%51.37%-
HSV(B)10.24º47.67%67.45%-
XYZ23.8119.4112.16-
YUV122.74109.53163.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.99%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=46.99%
G=28.42%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721049000.400.480.3310.2433.0651.37
HexAC685A0283021a2133
Octal2541501320506041124163
Binary101011001101000101101001010001100001000011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC685A; }

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

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

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

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

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

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

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

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