#AE593B

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

Shades of Orange Roughy #AE593B

Tints of Orange Roughy #AE593B

Color information

#AE593B (or 0xAE593B) is unknown color: approx Orange Roughy. HEX triplet: AE, 59 and 3B. RGB value is (174,89,59). Sum of RGB (Red+Green+Blue) = 174+89+59=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE593B is #51A6C4. Grayscale: #6F6F6F. Windows color (decimal): -5351109 or 3889582. OLE color: 3889582.

HSL color Cylindrical-coordinate representation of color #AE593B: hue angle of 15.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE593B is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1748959-
CMYK00.490.660.32
HSL15.65º49.36%45.69%-
HSV(B)15.65º66.09%68.24%-
XYZ21.8216.466.16-
YUV110.9998.66172.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=54.04%
G=27.64%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174895900.490.660.3215.6549.3645.69
HexAE593B031422010312e
Octal2561317306110240206156
Binary1010111010110011110110110001100001010000010000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE593B; }

 p { color: rgb(174,89,59); }

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

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

 a { background-color: rgb(174,89,59); }

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

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

 span { border-color: rgb(174,89,59); }

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