#AE4C34

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

Shades of Orange Roughy #AE4C34

Tints of Orange Roughy #AE4C34

Color information

#AE4C34 (or 0xAE4C34) is unknown color: approx Orange Roughy. HEX triplet: AE, 4C and 34. RGB value is (174,76,52). Sum of RGB (Red+Green+Blue) = 174+76+52=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4C34 is #51B3CB. Grayscale: #666666. Windows color (decimal): -5354444 or 3427502. OLE color: 3427502.

HSL color Cylindrical-coordinate representation of color #AE4C34: hue angle of 11.8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE4C34 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB1747652-
CMYK00.560.700.32
HSL11.8º53.98%44.31%-
HSV(B)11.8º70.11%68.24%-
XYZ20.6614.424.94-
YUV102.5799.47178.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=57.62%
G=25.17%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174765200.560.700.3211.853.9844.31
HexAE4C340384620c362c
Octal2561146407010640146654
Binary101011101001100110100011100010001101000001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C34; }

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

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

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

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

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

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

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

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