#AE563A

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

Shades of Orange Roughy #AE563A

Tints of Orange Roughy #AE563A

Color information

#AE563A (or 0xAE563A) is unknown color: approx Orange Roughy. HEX triplet: AE, 56 and 3A. RGB value is (174,86,58). Sum of RGB (Red+Green+Blue) = 174+86+58=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE563A is #51A9C5. Grayscale: #6D6D6D. Windows color (decimal): -5351878 or 3823278. OLE color: 3823278.

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

Color convert

RGB1748658-
CMYK00.510.670.32
HSL14.48º50%45.49%-
HSV(B)14.48º66.67%68.24%-
XYZ21.5515.965.95-
YUV109.1299.15174.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=54.72%
G=27.04%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174865800.510.670.3214.485045.49
HexAE563A0334320e322d
Octal2561267206310340166255
Binary101011101010110111010011001110000111000001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE563A; }

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

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

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

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

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

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

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

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