#AE4C37

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

Shades of Orange Roughy #AE4C37

Tints of Orange Roughy #AE4C37

Color information

#AE4C37 (or 0xAE4C37) is unknown color: approx Orange Roughy. HEX triplet: AE, 4C and 37. RGB value is (174,76,55). Sum of RGB (Red+Green+Blue) = 174+76+55=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4C37 is #51B3C8. Grayscale: #676767. Windows color (decimal): -5354441 or 3624110. OLE color: 3624110.

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

Color convert

RGB1747655-
CMYK00.560.680.32
HSL10.59º51.97%44.9%-
HSV(B)10.59º68.39%68.24%-
XYZ20.7314.445.31-
YUV102.91100.97178.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=57.05%
G=24.92%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174765500.560.680.3210.5951.9744.9
HexAE4C370384420b342d
Octal2561146707010440136455
Binary101011101001100110111011100010001001000001011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C37; }

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

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

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

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

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

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

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

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