#A5685E

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

Shades of Au Chico #A5685E

Tints of Au Chico #A5685E

Color information

#A5685E (or 0xA5685E) is unknown color: approx Au Chico. HEX triplet: A5, 68 and 5E. RGB value is (165,104,94). Sum of RGB (Red+Green+Blue) = 165+104+94=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5685E is #5A97A1. Grayscale: #797979. Windows color (decimal): -5937058 or 6187173. OLE color: 6187173.

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

Color convert

RGB16510494-
CMYK00.370.430.35
HSL8.45º28.29%50.78%-
HSV(B)8.45º43.03%64.71%-
XYZ22.4918.7113.02-
YUV121.1112.71159.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=45.45%
G=28.65%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651049400.370.430.358.4528.2950.78
HexA5685E0252B2381c33
Octal2451501360455343103463
Binary10100101110100010111100100101101011100011100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5685E; }

 p { color: rgb(165,104,94); }

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

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

 a { background-color: rgb(165,104,94); }

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

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

 span { border-color: rgb(165,104,94); }

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