#AE4E39

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

Shades of Orange Roughy #AE4E39

Tints of Orange Roughy #AE4E39

Color information

#AE4E39 (or 0xAE4E39) is unknown color: approx Orange Roughy. HEX triplet: AE, 4E and 39. RGB value is (174,78,57). Sum of RGB (Red+Green+Blue) = 174+78+57=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E39 is #51B1C6. Grayscale: #686868. Windows color (decimal): -5353927 or 3755694. OLE color: 3755694.

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

Color convert

RGB1747857-
CMYK00.550.670.32
HSL10.77º50.65%45.29%-
HSV(B)10.77º67.24%68.24%-
XYZ20.9214.745.61-
YUV104.31101.3177.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 57 (22.66% from 255) = 18.45%
R=56.31%
G=25.24%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174785700.550.670.3210.7750.6545.29
HexAE4E390374320b332d
Octal2561167106710340136355
Binary101011101001110111001011011110000111000001011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E39; }

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

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

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

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

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

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

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

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