#A36A5B

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

Shades of Au Chico #A36A5B

Tints of Au Chico #A36A5B

Color information

#A36A5B (or 0xA36A5B) is unknown color: approx Au Chico. HEX triplet: A3, 6A and 5B. RGB value is (163,106,91). Sum of RGB (Red+Green+Blue) = 163+106+91=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A5B is #5C95A4. Grayscale: #797979. Windows color (decimal): -6067621 or 5991075. OLE color: 5991075.

HSL color Cylindrical-coordinate representation of color #A36A5B: hue angle of 12.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A36A5B is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16310691-
CMYK00.350.440.36
HSL12.5º28.35%49.8%-
HSV(B)12.5º44.17%63.92%-
XYZ22.1518.8512.37-
YUV121.33110.88157.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=45.28%
G=29.44%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631069100.350.440.3612.528.3549.8
HexA36A5B0232C24c1c32
Octal2431521330435444143462
Binary10100011110101010110110100011101100100100110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A5B; }

 p { color: rgb(163,106,91); }

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

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

 a { background-color: rgb(163,106,91); }

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

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

 span { border-color: rgb(163,106,91); }

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