#A3675D

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

Shades of Au Chico #A3675D

Tints of Au Chico #A3675D

Color information

#A3675D (or 0xA3675D) is unknown color: approx Au Chico. HEX triplet: A3, 67 and 5D. RGB value is (163,103,93). Sum of RGB (Red+Green+Blue) = 163+103+93=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3675D is #5C98A2. Grayscale: #777777. Windows color (decimal): -6068387 or 6121379. OLE color: 6121379.

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

Color convert

RGB16310393-
CMYK00.370.430.36
HSL8.57º27.56%50.2%-
HSV(B)8.57º42.94%63.92%-
XYZ21.9318.2812.73-
YUV119.8112.88158.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=45.40%
G=28.69%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631039300.370.430.368.5727.5650.2
HexA3675D0252B2491c32
Octal2431471350455344113462
Binary10100011110011110111010100101101011100100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3675D; }

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

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

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

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

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

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

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

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