#A56654

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

Shades of Au Chico #A56654

Tints of Au Chico #A56654

Color information

#A56654 (or 0xA56654) is unknown color: approx Au Chico. HEX triplet: A5, 66 and 54. RGB value is (165,102,84). Sum of RGB (Red+Green+Blue) = 165+102+84=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A56654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56654 is #5A99AB. Grayscale: #767676. Windows color (decimal): -5937580 or 5531301. OLE color: 5531301.

HSL color Cylindrical-coordinate representation of color #A56654: hue angle of 13.33º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A56654 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16510284-
CMYK00.380.490.35
HSL13.33º32.53%48.82%-
HSV(B)13.33º49.09%64.71%-
XYZ21.8718.1410.74-
YUV118.78108.37160.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 84 (33.20% from 255) = 23.93%
R=47.01%
G=29.06%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651028400.380.490.3513.3332.5348.82
HexA566540263123d2131
Octal2451461240466143154161
Binary101001011100110101010001001101100011000111101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56654; }

 p { color: rgb(165,102,84); }

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

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

 a { background-color: rgb(165,102,84); }

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

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

 span { border-color: rgb(165,102,84); }

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