#AE4C36

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

Shades of Orange Roughy #AE4C36

Tints of Orange Roughy #AE4C36

Color information

#AE4C36 (or 0xAE4C36) is unknown color: approx Orange Roughy. HEX triplet: AE, 4C and 36. RGB value is (174,76,54). Sum of RGB (Red+Green+Blue) = 174+76+54=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4C36 is #51B3C9. Grayscale: #666666. Windows color (decimal): -5354442 or 3558574. OLE color: 3558574.

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

Color convert

RGB1747654-
CMYK00.560.690.32
HSL11º52.63%44.71%-
HSV(B)11º68.97%68.24%-
XYZ20.7114.435.18-
YUV102.79100.47178.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.24%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 54 (21.48% from 255) = 17.76%
R=57.24%
G=25%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174765400.560.690.321152.6344.71
HexAE4C360384520b352d
Octal2561146607010540136555
Binary101011101001100110110011100010001011000001011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C36; }

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

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

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

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

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

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

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

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