#A3635B

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

Shades of Au Chico #A3635B

Tints of Au Chico #A3635B

Color information

#A3635B (or 0xA3635B) is unknown color: approx Au Chico. HEX triplet: A3, 63 and 5B. RGB value is (163,99,91). Sum of RGB (Red+Green+Blue) = 163+99+91=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3635B is #5C9CA4. Grayscale: #757575. Windows color (decimal): -6069413 or 5989283. OLE color: 5989283.

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

Color convert

RGB1639991-
CMYK00.390.440.36
HSL6.67º28.35%49.8%-
HSV(B)6.67º44.17%63.92%-
XYZ21.4517.4712.14-
YUV117.22113.2160.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=46.18%
G=28.05%
B=25.78%

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
Decimal163999100.390.440.366.6728.3549.8
HexA3635B0272C2471c32
Octal243143133047544473462
Binary1010001111000111011011010011110110010010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3635B; }

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

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

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

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

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

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

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

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