#A36057

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

Shades of Au Chico #A36057

Tints of Au Chico #A36057

Color information

#A36057 (or 0xA36057) is unknown color: approx Au Chico. HEX triplet: A3, 60 and 57. RGB value is (163,96,87). Sum of RGB (Red+Green+Blue) = 163+96+87=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36057 is #5C9FA8. Grayscale: #737373. Windows color (decimal): -6070185 or 5726371. OLE color: 5726371.

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

Color convert

RGB1639687-
CMYK00.410.470.36
HSL7.11º30.4%49.02%-
HSV(B)7.11º46.63%63.92%-
XYZ21.0116.8411.16-
YUV115.01112.2162.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=47.11%
G=27.75%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163968700.410.470.367.1130.449.02
HexA360570292F2471e31
Octal243140127051574473661
Binary1010001111000001010111010100110111110010011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36057; }

 p { color: rgb(163,96,87); }

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

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

 a { background-color: rgb(163,96,87); }

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

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

 span { border-color: rgb(163,96,87); }

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