#A06258

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

Shades of Au Chico #A06258

Tints of Au Chico #A06258

Color information

#A06258 (or 0xA06258) is unknown color: approx Au Chico. HEX triplet: A0, 62 and 58. RGB value is (160,98,88). Sum of RGB (Red+Green+Blue) = 160+98+88=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A06258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06258 is #5F9DA7. Grayscale: #737373. Windows color (decimal): -6266280 or 5792416. OLE color: 5792416.

HSL color Cylindrical-coordinate representation of color #A06258: hue angle of 8.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A06258 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB1609888-
CMYK00.390.450.37
HSL8.33º29.03%48.63%-
HSV(B)8.33º45%62.75%-
XYZ20.6316.9111.41-
YUV115.4112.54159.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=46.24%
G=28.32%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160988800.390.450.378.3329.0348.63
HexA062580272D2581d31
Octal2401421300475545103561
Binary10100000110001010110000100111101101100101100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06258; }

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

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

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

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

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

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

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

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