#A36156

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

Shades of Au Chico #A36156

Tints of Au Chico #A36156

Color information

#A36156 (or 0xA36156) is unknown color: approx Au Chico. HEX triplet: A3, 61 and 56. RGB value is (163,97,86). Sum of RGB (Red+Green+Blue) = 163+97+86=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36156 is #5C9EA9. Grayscale: #737373. Windows color (decimal): -6069930 or 5661091. OLE color: 5661091.

HSL color Cylindrical-coordinate representation of color #A36156: hue angle of 8.57º 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 #A36156 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1639786-
CMYK00.400.470.36
HSL8.57º30.92%48.82%-
HSV(B)8.57º47.24%63.92%-
XYZ21.0617.0110.98-
YUV115.48111.37161.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=47.11%
G=28.03%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163978600.400.470.368.5730.9248.82
HexA361560282F2491f31
Octal2431411260505744113761
Binary10100011110000110101100101000101111100100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36156; }

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

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

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

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

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

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

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

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