#A3685D

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

Shades of Au Chico #A3685D

Tints of Au Chico #A3685D

Color information

#A3685D (or 0xA3685D) is unknown color: approx Au Chico. HEX triplet: A3, 68 and 5D. RGB value is (163,104,93). Sum of RGB (Red+Green+Blue) = 163+104+93=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3685D is #5C97A2. Grayscale: #787878. Windows color (decimal): -6068131 or 6121635. OLE color: 6121635.

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

Color convert

RGB16310493-
CMYK00.360.430.36
HSL9.43º27.56%50.2%-
HSV(B)9.43º42.94%63.92%-
XYZ22.0318.4812.76-
YUV120.39112.55158.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=45.28%
G=28.89%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631049300.360.430.369.4327.5650.2
HexA3685D0242B2491c32
Octal2431501350445344113462
Binary10100011110100010111010100100101011100100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3685D; }

 p { color: rgb(163,104,93); }

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

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

 a { background-color: rgb(163,104,93); }

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

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

 span { border-color: rgb(163,104,93); }

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