#AE5535

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

Shades of Orange Roughy #AE5535

Tints of Orange Roughy #AE5535

Color information

#AE5535 (or 0xAE5535) is unknown color: approx Orange Roughy. HEX triplet: AE, 55 and 35. RGB value is (174,85,53). Sum of RGB (Red+Green+Blue) = 174+85+53=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5535 is #51AACA. Grayscale: #6C6C6C. Windows color (decimal): -5352139 or 3495342. OLE color: 3495342.

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

Color convert

RGB1748553-
CMYK00.510.700.32
HSL15.87º53.3%44.51%-
HSV(B)15.87º69.54%68.24%-
XYZ21.3515.755.28-
YUV107.9696.99175.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=55.77%
G=27.24%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174855300.510.700.3215.8753.344.51
HexAE5535033462010352d
Octal2561256506310640206555
Binary1010111010101011101010110011100011010000010000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5535; }

 p { color: rgb(174,85,53); }

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

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

 a { background-color: rgb(174,85,53); }

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

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

 span { border-color: rgb(174,85,53); }

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