#AE5539

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

Shades of Orange Roughy #AE5539

Tints of Orange Roughy #AE5539

Color information

#AE5539 (or 0xAE5539) is unknown color: approx Orange Roughy. HEX triplet: AE, 55 and 39. RGB value is (174,85,57). Sum of RGB (Red+Green+Blue) = 174+85+57=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5539 is #51AAC6. Grayscale: #6C6C6C. Windows color (decimal): -5352135 or 3757486. OLE color: 3757486.

HSL color Cylindrical-coordinate representation of color #AE5539: hue angle of 14.36º degrees, saturation: 0.51, 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 #AE5539 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1748557-
CMYK00.510.670.32
HSL14.36º50.65%45.29%-
HSV(B)14.36º67.24%68.24%-
XYZ21.4415.795.79-
YUV108.4298.99174.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 57 (22.66% from 255) = 18.04%
R=55.06%
G=26.90%
B=18.04%

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
Decimal174855700.510.670.3214.3650.6545.29
HexAE55390334320e332d
Octal2561257106310340166355
Binary101011101010101111001011001110000111000001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5539; }

 p { color: rgb(174,85,57); }

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

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

 a { background-color: rgb(174,85,57); }

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

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

 span { border-color: rgb(174,85,57); }

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