#AE523A

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

Shades of Orange Roughy #AE523A

Tints of Orange Roughy #AE523A

Color information

#AE523A (or 0xAE523A) is unknown color: approx Orange Roughy. HEX triplet: AE, 52 and 3A. RGB value is (174,82,58). Sum of RGB (Red+Green+Blue) = 174+82+58=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE523A is #51ADC5. Grayscale: #6A6A6A. Windows color (decimal): -5352902 or 3822254. OLE color: 3822254.

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

Color convert

RGB1748258-
CMYK00.530.670.32
HSL12.41º50%45.49%-
HSV(B)12.41º66.67%68.24%-
XYZ21.2415.345.84-
YUV106.77100.48175.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=55.41%
G=26.11%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174825800.530.670.3212.415045.49
HexAE523A0354320c322d
Octal2561227206510340146255
Binary101011101010010111010011010110000111000001100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE523A; }

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

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

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

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

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

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

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

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