#A5645D

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

Shades of Au Chico #A5645D

Tints of Au Chico #A5645D

Color information

#A5645D (or 0xA5645D) is unknown color: approx Au Chico. HEX triplet: A5, 64 and 5D. RGB value is (165,100,93). Sum of RGB (Red+Green+Blue) = 165+100+93=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5645D is #5A9BA2. Grayscale: #767676. Windows color (decimal): -5938083 or 6120613. OLE color: 6120613.

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

Color convert

RGB16510093-
CMYK00.390.440.35
HSL5.83º28.57%50.59%-
HSV(B)5.83º43.64%64.71%-
XYZ22.0517.912.65-
YUV118.64113.53161.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=46.09%
G=27.93%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651009300.390.440.355.8328.5750.59
HexA5645D0272C2361d33
Octal245144135047544363563
Binary1010010111001001011101010011110110010001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5645D; }

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

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

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

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

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

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

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

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