#A36856

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

Shades of Au Chico #A36856

Tints of Au Chico #A36856

Color information

#A36856 (or 0xA36856) is unknown color: approx Au Chico. HEX triplet: A3, 68 and 56. RGB value is (163,104,86). Sum of RGB (Red+Green+Blue) = 163+104+86=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A36856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36856 is #5C97A9. Grayscale: #777777. Windows color (decimal): -6068138 or 5662883. OLE color: 5662883.

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

Color convert

RGB16310486-
CMYK00.360.470.36
HSL14.03º30.92%48.82%-
HSV(B)14.03º47.24%63.92%-
XYZ21.7318.3611.2-
YUV119.59109.05158.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=46.18%
G=29.46%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631048600.360.470.3614.0330.9248.82
HexA368560242F24e1f31
Octal2431501260445744163761
Binary10100011110100010101100100100101111100100111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36856; }

 p { color: rgb(163,104,86); }

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

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

 a { background-color: rgb(163,104,86); }

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

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

 span { border-color: rgb(163,104,86); }

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