#AE5139

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

Shades of Orange Roughy #AE5139

Tints of Orange Roughy #AE5139

Color information

#AE5139 (or 0xAE5139) is unknown color: approx Orange Roughy. HEX triplet: AE, 51 and 39. RGB value is (174,81,57). Sum of RGB (Red+Green+Blue) = 174+81+57=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5139 is #51AEC6. Grayscale: #6A6A6A. Windows color (decimal): -5353159 or 3756462. OLE color: 3756462.

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

Color convert

RGB1748157-
CMYK00.530.670.32
HSL12.31º50.65%45.29%-
HSV(B)12.31º67.24%68.24%-
XYZ21.1415.185.69-
YUV106.07100.31176.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 57 (22.66% from 255) = 18.27%
R=55.77%
G=25.96%
B=18.27%

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
Decimal174815700.530.670.3212.3150.6545.29
HexAE51390354320c332d
Octal2561217106510340146355
Binary101011101010001111001011010110000111000001100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5139; }

 p { color: rgb(174,81,57); }

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

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

 a { background-color: rgb(174,81,57); }

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

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

 span { border-color: rgb(174,81,57); }

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