#A3655A

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

Shades of Au Chico #A3655A

Tints of Au Chico #A3655A

Color information

#A3655A (or 0xA3655A) is unknown color: approx Au Chico. HEX triplet: A3, 65 and 5A. RGB value is (163,101,90). Sum of RGB (Red+Green+Blue) = 163+101+90=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3655A is #5C9AA5. Grayscale: #767676. Windows color (decimal): -6068902 or 5924259. OLE color: 5924259.

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

Color convert

RGB16310190-
CMYK00.380.450.36
HSL9.04º28.85%49.61%-
HSV(B)9.04º44.79%63.92%-
XYZ21.617.8311.98-
YUV118.28112.04159.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 90 (35.55% from 255) = 25.42%
R=46.05%
G=28.53%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631019000.380.450.369.0428.8549.61
HexA3655A0262D2491d32
Octal2431451320465544113562
Binary10100011110010110110100100110101101100100100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3655A; }

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

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

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

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

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

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

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

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