#A56058

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

Shades of Au Chico #A56058

Tints of Au Chico #A56058

Color information

#A56058 (or 0xA56058) is unknown color: approx Au Chico. HEX triplet: A5, 60 and 58. RGB value is (165,96,88). Sum of RGB (Red+Green+Blue) = 165+96+88=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A56058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56058 is #5A9FA7. Grayscale: #737373. Windows color (decimal): -5939112 or 5791909. OLE color: 5791909.

HSL color Cylindrical-coordinate representation of color #A56058: hue angle of 6.23º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56058 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1659688-
CMYK00.420.470.35
HSL6.23º30.43%49.61%-
HSV(B)6.23º46.67%64.71%-
XYZ21.4617.0711.4-
YUV115.72112.36163.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=47.28%
G=27.51%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165968800.420.470.356.2330.4349.61
HexA5605802A2F2361e32
Octal245140130052574363662
Binary1010010111000001011000010101010111110001111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56058; }

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

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

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

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

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

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

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

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