#A3675E

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

Shades of Au Chico #A3675E

Tints of Au Chico #A3675E

Color information

#A3675E (or 0xA3675E) is unknown color: approx Au Chico. HEX triplet: A3, 67 and 5E. RGB value is (163,103,94). Sum of RGB (Red+Green+Blue) = 163+103+94=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3675E is #5C98A1. Grayscale: #787878. Windows color (decimal): -6068386 or 6186915. OLE color: 6186915.

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

Color convert

RGB16310394-
CMYK00.370.420.36
HSL7.83º27.27%50.39%-
HSV(B)7.83º42.33%63.92%-
XYZ21.9718.312.96-
YUV119.91113.38158.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=45.28%
G=28.61%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631039400.370.420.367.8327.2750.39
HexA3675E0252A2481b32
Octal2431471360455244103362
Binary10100011110011110111100100101101010100100100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3675E; }

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

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

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

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

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

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

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

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