#AE563C

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

Shades of Orange Roughy #AE563C

Tints of Orange Roughy #AE563C

Color information

#AE563C (or 0xAE563C) is unknown color: approx Orange Roughy. HEX triplet: AE, 56 and 3C. RGB value is (174,86,60). Sum of RGB (Red+Green+Blue) = 174+86+60=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE563C is #51A9C3. Grayscale: #6D6D6D. Windows color (decimal): -5351876 or 3954350. OLE color: 3954350.

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

Color convert

RGB1748660-
CMYK00.510.660.32
HSL13.68º48.72%45.88%-
HSV(B)13.68º65.52%68.24%-
XYZ21.615.986.22-
YUV109.35100.15174.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=54.38%
G=26.88%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174866000.510.660.3213.6848.7245.88
HexAE563C0334220e312e
Octal2561267406310240166156
Binary101011101010110111100011001110000101000001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE563C; }

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

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

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

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

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

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

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

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