#a56154

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

Shades of Au Chico #A56154

Tints of Au Chico #A56154

Color information

#A56154 (or 0xA56154) is unknown color: approx Au Chico. HEX triplet: A5, 61 and 54. RGB value is (165,97,84). Sum of RGB (Red+Green+Blue) = 165+97+84=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A56154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56154 is #5A9EAB. Grayscale: #737373. Windows color (decimal): -5938860 or 5530021. OLE color: 5530021.

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

Color convert

RGB1659784-
CMYK00.410.490.35
HSL9.63º32.53%48.82%-
HSV(B)9.63º49.09%64.71%-
XYZ21.3917.1910.58-
YUV115.85110.03163.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=47.69%
G=28.03%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165978400.410.490.359.6332.5348.82
HexA561540293123a2131
Octal2451411240516143124161
Binary101001011100001101010001010011100011000111010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56154; }

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

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

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

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

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

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

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

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