#A4655F

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

Shades of Au Chico #A4655F

Tints of Au Chico #A4655F

Color information

#A4655F (or 0xA4655F) is unknown color: approx Au Chico. HEX triplet: A4, 65 and 5F. RGB value is (164,101,95). Sum of RGB (Red+Green+Blue) = 164+101+95=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4655F is #5B9AA0. Grayscale: #777777. Windows color (decimal): -6003361 or 6251940. OLE color: 6251940.

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

Color convert

RGB16410195-
CMYK00.380.420.36
HSL5.22º27.49%50.78%-
HSV(B)5.22º42.07%64.31%-
XYZ22.0318.0313.14-
YUV119.15114.37159.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=45.56%
G=28.06%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641019500.380.420.365.2227.4950.78
HexA4655F0262A2451b33
Octal244145137046524453363
Binary1010010011001011011111010011010101010010010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4655F; }

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

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

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

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

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

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

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

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