#A4645E

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

Shades of Au Chico #A4645E

Tints of Au Chico #A4645E

Color information

#A4645E (or 0xA4645E) is unknown color: approx Au Chico. HEX triplet: A4, 64 and 5E. RGB value is (164,100,94). Sum of RGB (Red+Green+Blue) = 164+100+94=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4645E is #5B9BA1. Grayscale: #767676. Windows color (decimal): -6003618 or 6186148. OLE color: 6186148.

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

Color convert

RGB16410094-
CMYK00.390.430.36
HSL5.14º27.78%50.59%-
HSV(B)5.14º42.68%64.31%-
XYZ21.8917.8212.87-
YUV118.45114.2160.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=45.81%
G=27.93%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641009400.390.430.365.1427.7850.59
HexA4645E0272B2451c33
Octal244144136047534453463
Binary1010010011001001011110010011110101110010010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4645E; }

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

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

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

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

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

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

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

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