#A4685A

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

Shades of Au Chico #A4685A

Tints of Au Chico #A4685A

Color information

#A4685A (or 0xA4685A) is unknown color: approx Au Chico. HEX triplet: A4, 68 and 5A. RGB value is (164,104,90). Sum of RGB (Red+Green+Blue) = 164+104+90=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4685A is #5B97A5. Grayscale: #787878. Windows color (decimal): -6002598 or 5925028. OLE color: 5925028.

HSL color Cylindrical-coordinate representation of color #A4685A: hue angle of 11.35º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4685A is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16410490-
CMYK00.370.450.36
HSL11.35º29.13%49.8%-
HSV(B)11.35º45.12%64.31%-
XYZ22.1118.5312.08-
YUV120.34110.88159.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=45.81%
G=29.05%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641049000.370.450.3611.3529.1349.8
HexA4685A0252D24b1d32
Octal2441501320455544133562
Binary10100100110100010110100100101101101100100101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4685A; }

 p { color: rgb(164,104,90); }

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

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

 a { background-color: rgb(164,104,90); }

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

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

 span { border-color: rgb(164,104,90); }

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