#AE5838

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

Shades of Orange Roughy #AE5838

Tints of Orange Roughy #AE5838

Color information

#AE5838 (or 0xAE5838) is unknown color: approx Orange Roughy. HEX triplet: AE, 58 and 38. RGB value is (174,88,56). Sum of RGB (Red+Green+Blue) = 174+88+56=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5838 is #51A7C7. Grayscale: #6E6E6E. Windows color (decimal): -5351368 or 3692718. OLE color: 3692718.

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

Color convert

RGB1748856-
CMYK00.490.680.32
HSL16.27º51.3%45.1%-
HSV(B)16.27º67.82%68.24%-
XYZ21.6616.265.74-
YUV110.0797.49173.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=54.72%
G=27.67%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174885600.490.680.3216.2751.345.1
HexAE5838031442010332d
Octal2561307006110440206355
Binary1010111010110001110000110001100010010000010000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5838; }

 p { color: rgb(174,88,56); }

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

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

 a { background-color: rgb(174,88,56); }

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

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

 span { border-color: rgb(174,88,56); }

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