#A3665B

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

Shades of Au Chico #A3665B

Tints of Au Chico #A3665B

Color information

#A3665B (or 0xA3665B) is unknown color: approx Au Chico. HEX triplet: A3, 66 and 5B. RGB value is (163,102,91). Sum of RGB (Red+Green+Blue) = 163+102+91=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3665B is #5C99A4. Grayscale: #777777. Windows color (decimal): -6068645 or 5990051. OLE color: 5990051.

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

Color convert

RGB16310291-
CMYK00.370.440.36
HSL9.17º28.35%49.8%-
HSV(B)9.17º44.17%63.92%-
XYZ21.7418.0412.23-
YUV118.98112.21159.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=45.79%
G=28.65%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631029100.370.440.369.1728.3549.8
HexA3665B0252C2491c32
Octal2431461330455444113462
Binary10100011110011010110110100101101100100100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3665B; }

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

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

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

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

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

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

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

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