#A56956

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

Shades of Au Chico #A56956

Tints of Au Chico #A56956

Color information

#A56956 (or 0xA56956) is unknown color: approx Au Chico. HEX triplet: A5, 69 and 56. RGB value is (165,105,86). Sum of RGB (Red+Green+Blue) = 165+105+86=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A56956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56956 is #5A96A9. Grayscale: #787878. Windows color (decimal): -5936810 or 5663141. OLE color: 5663141.

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

Color convert

RGB16510586-
CMYK00.360.480.35
HSL14.43º31.47%49.22%-
HSV(B)14.43º47.88%64.71%-
XYZ22.2518.7711.26-
YUV120.77108.38159.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=46.35%
G=29.49%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651058600.360.480.3514.4331.4749.22
HexA569560243023e1f31
Octal2451511260446043163761
Binary10100101110100110101100100100110000100011111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56956; }

 p { color: rgb(165,105,86); }

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

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

 a { background-color: rgb(165,105,86); }

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

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

 span { border-color: rgb(165,105,86); }

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