#AC6258

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

Shades of Au Chico #AC6258

Tints of Au Chico #AC6258

Color information

#AC6258 (or 0xAC6258) is unknown color: approx Au Chico. HEX triplet: AC, 62 and 58. RGB value is (172,98,88). Sum of RGB (Red+Green+Blue) = 172+98+88=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6258 is #539DA7. Grayscale: #777777. Windows color (decimal): -5479848 or 5792428. OLE color: 5792428.

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

Color convert

RGB1729888-
CMYK00.430.490.33
HSL7.14º33.6%50.98%-
HSV(B)7.14º48.84%67.45%-
XYZ23.1418.2111.53-
YUV118.99110.52165.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 88 (34.77% from 255) = 24.58%
R=48.04%
G=27.37%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172988800.430.490.337.1433.650.98
HexAC625802B312172233
Octal254142130053614174263
Binary10101100110001010110000101011110001100001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6258; }

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

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

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

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

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

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

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

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