#AE5034

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

Shades of Orange Roughy #AE5034

Tints of Orange Roughy #AE5034

Color information

#AE5034 (or 0xAE5034) is unknown color: approx Orange Roughy. HEX triplet: AE, 50 and 34. RGB value is (174,80,52). Sum of RGB (Red+Green+Blue) = 174+80+52=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5034 is #51AFCB. Grayscale: #696969. Windows color (decimal): -5353420 or 3428526. OLE color: 3428526.

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

Color convert

RGB1748052-
CMYK00.540.700.32
HSL13.77º53.98%44.31%-
HSV(B)13.77º70.11%68.24%-
XYZ20.9414.985.04-
YUV104.9198.14177.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.86%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=56.86%
G=26.14%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174805200.540.700.3213.7753.9844.31
HexAE50340364620e362c
Octal2561206406610640166654
Binary101011101010000110100011011010001101000001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5034; }

 p { color: rgb(174,80,52); }

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

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

 a { background-color: rgb(174,80,52); }

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

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

 span { border-color: rgb(174,80,52); }

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