#A4665E

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

Shades of Au Chico #A4665E

Tints of Au Chico #A4665E

Color information

#A4665E (or 0xA4665E) is unknown color: approx Au Chico. HEX triplet: A4, 66 and 5E. RGB value is (164,102,94). Sum of RGB (Red+Green+Blue) = 164+102+94=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4665E is #5B99A1. Grayscale: #777777. Windows color (decimal): -6003106 or 6186660. OLE color: 6186660.

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

Color convert

RGB16410294-
CMYK00.380.430.36
HSL6.86º27.78%50.59%-
HSV(B)6.86º42.68%64.31%-
XYZ22.0818.212.94-
YUV119.63113.54159.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=45.56%
G=28.33%
B=26.11%

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
Decimal1641029400.380.430.366.8627.7850.59
HexA4665E0262B2471c33
Octal244146136046534473463
Binary1010010011001101011110010011010101110010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4665E; }

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

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

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

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

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

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

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

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