#AE4C35

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

Shades of Orange Roughy #AE4C35

Tints of Orange Roughy #AE4C35

Color information

#AE4C35 (or 0xAE4C35) is unknown color: approx Orange Roughy. HEX triplet: AE, 4C and 35. RGB value is (174,76,53). Sum of RGB (Red+Green+Blue) = 174+76+53=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4C35 is #51B3CA. Grayscale: #666666. Windows color (decimal): -5354443 or 3493038. OLE color: 3493038.

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

Color convert

RGB1747653-
CMYK00.560.700.32
HSL11.4º53.3%44.51%-
HSV(B)11.4º69.54%68.24%-
XYZ20.6814.425.06-
YUV102.6899.97178.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=57.43%
G=25.08%
B=17.49%

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
Decimal174765300.560.700.3211.453.344.51
HexAE4C350384620b352d
Octal2561146507010640136555
Binary101011101001100110101011100010001101000001011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C35; }

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

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

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

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

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

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

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

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