#A4655E

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

Shades of Au Chico #A4655E

Tints of Au Chico #A4655E

Color information

#A4655E (or 0xA4655E) is unknown color: approx Au Chico. HEX triplet: A4, 65 and 5E. RGB value is (164,101,94). Sum of RGB (Red+Green+Blue) = 164+101+94=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4655E is #5B9AA1. Grayscale: #777777. Windows color (decimal): -6003362 or 6186404. OLE color: 6186404.

HSL color Cylindrical-coordinate representation of color #A4655E: hue angle of 6º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4655E is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16410194-
CMYK00.380.430.36
HSL27.78%50.59%-
HSV(B)42.68%64.31%-
XYZ21.9818.0112.91-
YUV119.04113.87160.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=45.68%
G=28.13%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641019400.380.430.36627.7850.59
HexA4655E0262B2461c33
Octal244145136046534463463
Binary1010010011001011011110010011010101110010011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4655E; }

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

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

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

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

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

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

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

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