#A5645E

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

Shades of Au Chico #A5645E

Tints of Au Chico #A5645E

Color information

#A5645E (or 0xA5645E) is unknown color: approx Au Chico. HEX triplet: A5, 64 and 5E. RGB value is (165,100,94). Sum of RGB (Red+Green+Blue) = 165+100+94=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5645E is #5A9BA1. Grayscale: #767676. Windows color (decimal): -5938082 or 6186149. OLE color: 6186149.

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

Color convert

RGB16510094-
CMYK00.390.430.35
HSL5.07º28.29%50.78%-
HSV(B)5.07º43.03%64.71%-
XYZ22.0917.9212.88-
YUV118.75114.03160.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=45.96%
G=27.86%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651009400.390.430.355.0728.2950.78
HexA5645E0272B2351c33
Octal245144136047534353463
Binary1010010111001001011110010011110101110001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5645E; }

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

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

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

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

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

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

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

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