#AE563E

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

Shades of Orange Roughy #AE563E

Tints of Orange Roughy #AE563E

Color information

#AE563E (or 0xAE563E) is unknown color: approx Orange Roughy. HEX triplet: AE, 56 and 3E. RGB value is (174,86,62). Sum of RGB (Red+Green+Blue) = 174+86+62=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE563E is #51A9C1. Grayscale: #6D6D6D. Windows color (decimal): -5351874 or 4085422. OLE color: 4085422.

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

Color convert

RGB1748662-
CMYK00.510.640.32
HSL12.86º47.46%46.27%-
HSV(B)12.86º64.37%68.24%-
XYZ21.65166.5-
YUV109.58101.15173.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 62 (24.61% from 255) = 19.25%
R=54.04%
G=26.71%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174866200.510.640.3212.8647.4646.27
HexAE563E0334020d2f2e
Octal2561267606310040155756
Binary101011101010110111110011001110000001000001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE563E; }

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

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

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

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

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

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

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

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