#AE503A

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

Shades of Orange Roughy #AE503A

Tints of Orange Roughy #AE503A

Color information

#AE503A (or 0xAE503A) is unknown color: approx Orange Roughy. HEX triplet: AE, 50 and 3A. RGB value is (174,80,58). Sum of RGB (Red+Green+Blue) = 174+80+58=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE503A is #51AFC5. Grayscale: #696969. Windows color (decimal): -5353414 or 3821742. OLE color: 3821742.

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

Color convert

RGB1748058-
CMYK00.540.670.32
HSL11.38º50%45.49%-
HSV(B)11.38º66.67%68.24%-
XYZ21.0915.045.79-
YUV105.6101.14176.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 58 (23.05% from 255) = 18.59%
R=55.77%
G=25.64%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174805800.540.670.3211.385045.49
HexAE503A0364320b322d
Octal2561207206610340136255
Binary101011101010000111010011011010000111000001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE503A; }

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

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

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

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

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

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

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

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