#A3655E

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

Shades of Au Chico #A3655E

Tints of Au Chico #A3655E

Color information

#A3655E (or 0xA3655E) is unknown color: approx Au Chico. HEX triplet: A3, 65 and 5E. RGB value is (163,101,94). Sum of RGB (Red+Green+Blue) = 163+101+94=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3655E is #5C9AA1. Grayscale: #767676. Windows color (decimal): -6068898 or 6186403. OLE color: 6186403.

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

Color convert

RGB16310194-
CMYK00.380.420.36
HSL6.09º27.27%50.39%-
HSV(B)6.09º42.33%63.92%-
XYZ21.7817.912.9-
YUV118.74114.04159.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=45.53%
G=28.21%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631019400.380.420.366.0927.2750.39
HexA3655E0262A2461b32
Octal243145136046524463362
Binary1010001111001011011110010011010101010010011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3655E; }

 p { color: rgb(163,101,94); }

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

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

 a { background-color: rgb(163,101,94); }

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

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

 span { border-color: rgb(163,101,94); }

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