#AC675A

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

Shades of Au Chico #AC675A

Tints of Au Chico #AC675A

Color information

#AC675A (or 0xAC675A) is unknown color: approx Au Chico. HEX triplet: AC, 67 and 5A. RGB value is (172,103,90). Sum of RGB (Red+Green+Blue) = 172+103+90=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC675A is #5398A5. Grayscale: #7A7A7A. Windows color (decimal): -5478566 or 5924780. OLE color: 5924780.

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

Color convert

RGB17210390-
CMYK00.400.480.33
HSL9.51º33.06%51.37%-
HSV(B)9.51º47.67%67.45%-
XYZ23.7119.2112.13-
YUV122.15109.86163.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=47.12%
G=28.22%
B=24.66%

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
Decimal1721039000.400.480.339.5133.0651.37
HexAC675A0283021a2133
Octal2541471320506041124163
Binary101011001100111101101001010001100001000011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC675A; }

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

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

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

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

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

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

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

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