#AE4E37

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

Shades of Orange Roughy #AE4E37

Tints of Orange Roughy #AE4E37

Color information

#AE4E37 (or 0xAE4E37) is unknown color: approx Orange Roughy. HEX triplet: AE, 4E and 37. RGB value is (174,78,55). Sum of RGB (Red+Green+Blue) = 174+78+55=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E37 is #51B1C8. Grayscale: #686868. Windows color (decimal): -5353929 or 3624622. OLE color: 3624622.

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

Color convert

RGB1747855-
CMYK00.550.680.32
HSL11.6º51.97%44.9%-
HSV(B)11.6º68.39%68.24%-
XYZ20.8714.725.36-
YUV104.08100.3177.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 55 (21.88% from 255) = 17.92%
R=56.68%
G=25.41%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174785500.550.680.3211.651.9744.9
HexAE4E370374420c342d
Octal2561166706710440146455
Binary101011101001110110111011011110001001000001100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E37; }

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

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

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

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

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

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

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

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