#A3695C

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

Shades of Au Chico #A3695C

Tints of Au Chico #A3695C

Color information

#A3695C (or 0xA3695C) is unknown color: approx Au Chico. HEX triplet: A3, 69 and 5C. RGB value is (163,105,92). Sum of RGB (Red+Green+Blue) = 163+105+92=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3695C is #5C96A3. Grayscale: #787878. Windows color (decimal): -6067876 or 6056355. OLE color: 6056355.

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

Color convert

RGB16310592-
CMYK00.360.440.36
HSL10.99º27.84%50%-
HSV(B)10.99º43.56%63.92%-
XYZ22.0918.6612.56-
YUV120.86111.72158.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=45.28%
G=29.17%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631059200.360.440.3610.9927.8450
HexA3695C0242C24b1c32
Octal2431511340445444133462
Binary10100011110100110111000100100101100100100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3695C; }

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

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

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

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

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

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

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

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