#AE5639

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

Shades of Orange Roughy #AE5639

Tints of Orange Roughy #AE5639

Color information

#AE5639 (or 0xAE5639) is unknown color: approx Orange Roughy. HEX triplet: AE, 56 and 39. RGB value is (174,86,57). Sum of RGB (Red+Green+Blue) = 174+86+57=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5639 is #51A9C6. Grayscale: #6D6D6D. Windows color (decimal): -5351879 or 3757742. OLE color: 3757742.

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

Color convert

RGB1748657-
CMYK00.510.670.32
HSL14.87º50.65%45.29%-
HSV(B)14.87º67.24%68.24%-
XYZ21.5215.955.82-
YUV109.0198.65174.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=54.89%
G=27.13%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174865700.510.670.3214.8750.6545.29
HexAE56390334320f332d
Octal2561267106310340176355
Binary101011101010110111001011001110000111000001111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5639; }

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

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

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

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

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

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

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

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