#A4655C

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

Shades of Au Chico #A4655C

Tints of Au Chico #A4655C

Color information

#A4655C (or 0xA4655C) is unknown color: approx Au Chico. HEX triplet: A4, 65 and 5C. RGB value is (164,101,92). Sum of RGB (Red+Green+Blue) = 164+101+92=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4655C is #5B9AA3. Grayscale: #767676. Windows color (decimal): -6003364 or 6055332. OLE color: 6055332.

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

Color convert

RGB16410192-
CMYK00.380.440.36
HSL7.5º28.35%50.2%-
HSV(B)7.5º43.9%64.31%-
XYZ21.917.9712.44-
YUV118.81112.87160.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=45.94%
G=28.29%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641019200.380.440.367.528.3550.2
HexA4655C0262C2481c32
Octal2441451340465444103462
Binary10100100110010110111000100110101100100100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4655C; }

 p { color: rgb(164,101,92); }

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

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

 a { background-color: rgb(164,101,92); }

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

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

 span { border-color: rgb(164,101,92); }

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