#AE523E

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

Shades of Orange Roughy #AE523E

Tints of Orange Roughy #AE523E

Color information

#AE523E (or 0xAE523E) is unknown color: approx Orange Roughy. HEX triplet: AE, 52 and 3E. RGB value is (174,82,62). Sum of RGB (Red+Green+Blue) = 174+82+62=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE523E is #51ADC1. Grayscale: #6B6B6B. Windows color (decimal): -5352898 or 4084398. OLE color: 4084398.

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

Color convert

RGB1748262-
CMYK00.530.640.32
HSL10.71º47.46%46.27%-
HSV(B)10.71º64.37%68.24%-
XYZ21.3415.386.4-
YUV107.23102.48175.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=54.72%
G=25.79%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174826200.530.640.3210.7147.4646.27
HexAE523E0354020b2f2e
Octal2561227606510040135756
Binary101011101010010111110011010110000001000001011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE523E; }

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

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

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

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

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

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

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

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