#A3615C

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

Shades of Au Chico #A3615C

Tints of Au Chico #A3615C

Color information

#A3615C (or 0xA3615C) is unknown color: approx Au Chico. HEX triplet: A3, 61 and 5C. RGB value is (163,97,92). Sum of RGB (Red+Green+Blue) = 163+97+92=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3615C is #5C9EA3. Grayscale: #747474. Windows color (decimal): -6069924 or 6054307. OLE color: 6054307.

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

Color convert

RGB1639792-
CMYK00.400.440.36
HSL4.23º27.84%50%-
HSV(B)4.23º43.56%63.92%-
XYZ21.3117.1112.3-
YUV116.16114.37161.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=46.31%
G=27.56%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163979200.400.440.364.2327.8450
HexA3615C0282C2441c32
Octal243141134050544443462
Binary1010001111000011011100010100010110010010010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3615C; }

 p { color: rgb(163,97,92); }

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

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

 a { background-color: rgb(163,97,92); }

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

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

 span { border-color: rgb(163,97,92); }

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