#AE5645

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

Shades of Crail #AE5645

Tints of Crail #AE5645

Color information

#AE5645 (or 0xAE5645) is unknown color: approx Crail. HEX triplet: AE, 56 and 45. RGB value is (174,86,69). Sum of RGB (Red+Green+Blue) = 174+86+69=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5645 is #51A9BA. Grayscale: #6E6E6E. Windows color (decimal): -5351867 or 4544174. OLE color: 4544174.

HSL color Cylindrical-coordinate representation of color #AE5645: hue angle of 9.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE5645 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1748669-
CMYK00.510.600.32
HSL9.71º43.21%47.65%-
HSV(B)9.71º60.34%68.24%-
XYZ21.8616.087.58-
YUV110.37104.65173.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=52.89%
G=26.14%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174866900.510.600.329.7143.2147.65
HexAE56450333C20a2b30
Octal2561261050637440125360
Binary101011101010110100010101100111111001000001010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5645; }

 p { color: rgb(174,86,69); }

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

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

 a { background-color: rgb(174,86,69); }

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

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

 span { border-color: rgb(174,86,69); }

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