#AE563D

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

Shades of Orange Roughy #AE563D

Tints of Orange Roughy #AE563D

Color information

#AE563D (or 0xAE563D) is unknown color: approx Orange Roughy. HEX triplet: AE, 56 and 3D. RGB value is (174,86,61). Sum of RGB (Red+Green+Blue) = 174+86+61=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE563D is #51A9C2. Grayscale: #6D6D6D. Windows color (decimal): -5351875 or 4019886. OLE color: 4019886.

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

Color convert

RGB1748661-
CMYK00.510.650.32
HSL13.27º48.09%46.08%-
HSV(B)13.27º64.94%68.24%-
XYZ21.6315.996.36-
YUV109.46100.65174.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=54.21%
G=26.79%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174866100.510.650.3213.2748.0946.08
HexAE563D0334120d302e
Octal2561267506310140156056
Binary101011101010110111101011001110000011000001101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE563D; }

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

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

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

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

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

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

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

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