#AE5536

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

Shades of Orange Roughy #AE5536

Tints of Orange Roughy #AE5536

Color information

#AE5536 (or 0xAE5536) is unknown color: approx Orange Roughy. HEX triplet: AE, 55 and 36. RGB value is (174,85,54). Sum of RGB (Red+Green+Blue) = 174+85+54=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5536 is #51AAC9. Grayscale: #6C6C6C. Windows color (decimal): -5352138 or 3560878. OLE color: 3560878.

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

Color convert

RGB1748554-
CMYK00.510.690.32
HSL15.5º52.63%44.71%-
HSV(B)15.5º68.97%68.24%-
XYZ21.3715.765.41-
YUV108.0897.49175.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=55.59%
G=27.16%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174855400.510.690.3215.552.6344.71
HexAE5536033452010352d
Octal2561256606310540206555
Binary1010111010101011101100110011100010110000010000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5536; }

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

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

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

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

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

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

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

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