#A5685D

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

Shades of Au Chico #A5685D

Tints of Au Chico #A5685D

Color information

#A5685D (or 0xA5685D) is unknown color: approx Au Chico. HEX triplet: A5, 68 and 5D. RGB value is (165,104,93). Sum of RGB (Red+Green+Blue) = 165+104+93=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5685D is #5A97A2. Grayscale: #797979. Windows color (decimal): -5937059 or 6121637. OLE color: 6121637.

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

Color convert

RGB16510493-
CMYK00.370.440.35
HSL9.17º28.57%50.59%-
HSV(B)9.17º43.64%64.71%-
XYZ22.4418.6912.78-
YUV120.98112.21159.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=45.58%
G=28.73%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651049300.370.440.359.1728.5750.59
HexA5685D0252C2391d33
Octal2451501350455443113563
Binary10100101110100010111010100101101100100011100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5685D; }

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

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

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

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

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

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

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

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