#A3665C

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

Shades of Au Chico #A3665C

Tints of Au Chico #A3665C

Color information

#A3665C (or 0xA3665C) is unknown color: approx Au Chico. HEX triplet: A3, 66 and 5C. RGB value is (163,102,92). Sum of RGB (Red+Green+Blue) = 163+102+92=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3665C is #5C99A3. Grayscale: #777777. Windows color (decimal): -6068644 or 6055587. OLE color: 6055587.

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

Color convert

RGB16310292-
CMYK00.370.440.36
HSL8.45º27.84%50%-
HSV(B)8.45º43.56%63.92%-
XYZ21.7918.0612.46-
YUV119.1112.71159.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=45.66%
G=28.57%
B=25.77%

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
Decimal1631029200.370.440.368.4527.8450
HexA3665C0252C2481c32
Octal2431461340455444103462
Binary10100011110011010111000100101101100100100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3665C; }

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

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

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

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

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

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

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

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