#AE583D

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

Shades of Orange Roughy #AE583D

Tints of Orange Roughy #AE583D

Color information

#AE583D (or 0xAE583D) is unknown color: approx Orange Roughy. HEX triplet: AE, 58 and 3D. RGB value is (174,88,61). Sum of RGB (Red+Green+Blue) = 174+88+61=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE583D is #51A7C2. Grayscale: #6E6E6E. Windows color (decimal): -5351363 or 4020398. OLE color: 4020398.

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

Color convert

RGB1748861-
CMYK00.490.650.32
HSL14.34º48.09%46.08%-
HSV(B)14.34º64.94%68.24%-
XYZ21.7916.326.42-
YUV110.6499.99173.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=53.87%
G=27.24%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174886100.490.650.3214.3448.0946.08
HexAE583D0314120e302e
Octal2561307506110140166056
Binary101011101011000111101011000110000011000001110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE583D; }

 p { color: rgb(174,88,61); }

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

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

 a { background-color: rgb(174,88,61); }

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

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

 span { border-color: rgb(174,88,61); }

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