#A56151

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

Shades of Au Chico #A56151

Tints of Au Chico #A56151

Color information

#A56151 (or 0xA56151) is unknown color: approx Au Chico. HEX triplet: A5, 61 and 51. RGB value is (165,97,81). Sum of RGB (Red+Green+Blue) = 165+97+81=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A56151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56151 is #5A9EAE. Grayscale: #737373. Windows color (decimal): -5938863 or 5333413. OLE color: 5333413.

HSL color Cylindrical-coordinate representation of color #A56151: hue angle of 11.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A56151 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1659781-
CMYK00.410.510.35
HSL11.43º34.15%48.24%-
HSV(B)11.43º50.91%64.71%-
XYZ21.2817.149.97-
YUV115.51108.53163.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=48.10%
G=28.28%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165978100.410.510.3511.4334.1548.24
HexA561510293323b2230
Octal2451411210516343134260
Binary101001011100001101000101010011100111000111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56151; }

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

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

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

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

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

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

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

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