#AE5235

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

Shades of Orange Roughy #AE5235

Tints of Orange Roughy #AE5235

Color information

#AE5235 (or 0xAE5235) is unknown color: approx Orange Roughy. HEX triplet: AE, 52 and 35. RGB value is (174,82,53). Sum of RGB (Red+Green+Blue) = 174+82+53=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5235 is #51ADCA. Grayscale: #6A6A6A. Windows color (decimal): -5352907 or 3494574. OLE color: 3494574.

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

Color convert

RGB1748253-
CMYK00.530.700.32
HSL14.38º53.3%44.51%-
HSV(B)14.38º69.54%68.24%-
XYZ21.1215.295.21-
YUV106.297.98176.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 53 (21.09% from 255) = 17.15%
R=56.31%
G=26.54%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174825300.530.700.3214.3853.344.51
HexAE52350354620e352d
Octal2561226506510640166555
Binary101011101010010110101011010110001101000001110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5235; }

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

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

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

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

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

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

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

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