#AE503B

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

Shades of Orange Roughy #AE503B

Tints of Orange Roughy #AE503B

Color information

#AE503B (or 0xAE503B) is unknown color: approx Orange Roughy. HEX triplet: AE, 50 and 3B. RGB value is (174,80,59). Sum of RGB (Red+Green+Blue) = 174+80+59=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE503B is #51AFC4. Grayscale: #696969. Windows color (decimal): -5353413 or 3887278. OLE color: 3887278.

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

Color convert

RGB1748059-
CMYK00.540.660.32
HSL10.96º49.36%45.69%-
HSV(B)10.96º66.09%68.24%-
XYZ21.1115.055.93-
YUV105.71101.64176.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=55.59%
G=25.56%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174805900.540.660.3210.9649.3645.69
HexAE503B0364220b312e
Octal2561207306610240136156
Binary101011101010000111011011011010000101000001011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE503B; }

 p { color: rgb(174,80,59); }

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

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

 a { background-color: rgb(174,80,59); }

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

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

 span { border-color: rgb(174,80,59); }

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