#AE573E

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

Shades of Orange Roughy #AE573E

Tints of Orange Roughy #AE573E

Color information

#AE573E (or 0xAE573E) is unknown color: approx Orange Roughy. HEX triplet: AE, 57 and 3E. RGB value is (174,87,62). Sum of RGB (Red+Green+Blue) = 174+87+62=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE573E is #51A8C1. Grayscale: #6E6E6E. Windows color (decimal): -5351618 or 4085678. OLE color: 4085678.

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

Color convert

RGB1748762-
CMYK00.50.640.32
HSL13.39º47.46%46.27%-
HSV(B)13.39º64.37%68.24%-
XYZ21.7316.166.53-
YUV110.16100.82173.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=53.87%
G=26.93%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174876200.50.640.3213.3947.4646.27
HexAE573E0324020d2f2e
Octal2561277606210040155756
Binary101011101010111111110011001010000001000001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE573E; }

 p { color: rgb(174,87,62); }

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

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

 a { background-color: rgb(174,87,62); }

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

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

 span { border-color: rgb(174,87,62); }

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