#A3645B

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

Shades of Au Chico #A3645B

Tints of Au Chico #A3645B

Color information

#A3645B (or 0xA3645B) is unknown color: approx Au Chico. HEX triplet: A3, 64 and 5B. RGB value is (163,100,91). Sum of RGB (Red+Green+Blue) = 163+100+91=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3645B is #5C9BA4. Grayscale: #757575. Windows color (decimal): -6069157 or 5989539. OLE color: 5989539.

HSL color Cylindrical-coordinate representation of color #A3645B: hue angle of 7.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 #A3645B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16310091-
CMYK00.390.440.36
HSL7.5º28.35%49.8%-
HSV(B)7.5º44.17%63.92%-
XYZ21.5517.6612.17-
YUV117.81112.87160.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=46.05%
G=28.25%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631009100.390.440.367.528.3549.8
HexA3645B0272C2481c32
Octal2431441330475444103462
Binary10100011110010010110110100111101100100100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3645B; }

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

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

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

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

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

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

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

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