#AC6058

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

Shades of Au Chico #AC6058

Tints of Au Chico #AC6058

Color information

#AC6058 (or 0xAC6058) is unknown color: approx Au Chico. HEX triplet: AC, 60 and 58. RGB value is (172,96,88). Sum of RGB (Red+Green+Blue) = 172+96+88=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6058 is #539FA7. Grayscale: #757575. Windows color (decimal): -5480360 or 5791916. OLE color: 5791916.

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

Color convert

RGB1729688-
CMYK00.440.490.33
HSL5.71º33.6%50.98%-
HSV(B)5.71º48.84%67.45%-
XYZ22.9617.8411.47-
YUV117.81111.18166.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=48.31%
G=26.97%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172968800.440.490.335.7133.650.98
HexAC605802C312162233
Octal254140130054614164263
Binary10101100110000010110000101100110001100001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6058; }

 p { color: rgb(172,96,88); }

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

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

 a { background-color: rgb(172,96,88); }

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

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

 span { border-color: rgb(172,96,88); }

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