#AE523D

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

Shades of Orange Roughy #AE523D

Tints of Orange Roughy #AE523D

Color information

#AE523D (or 0xAE523D) is unknown color: approx Orange Roughy. HEX triplet: AE, 52 and 3D. RGB value is (174,82,61). Sum of RGB (Red+Green+Blue) = 174+82+61=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE523D is #51ADC2. Grayscale: #6B6B6B. Windows color (decimal): -5352899 or 4018862. OLE color: 4018862.

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

Color convert

RGB1748261-
CMYK00.530.650.32
HSL11.15º48.09%46.08%-
HSV(B)11.15º64.94%68.24%-
XYZ21.3215.376.26-
YUV107.11101.98175.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=54.89%
G=25.87%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174826100.530.650.3211.1548.0946.08
HexAE523D0354120b302e
Octal2561227506510140136056
Binary101011101010010111101011010110000011000001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE523D; }

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

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

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

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

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

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

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

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