#AA4E36

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

Shades of Orange Roughy #AA4E36

Tints of Orange Roughy #AA4E36

Color information

#AA4E36 (or 0xAA4E36) is unknown color: approx Orange Roughy. HEX triplet: AA, 4E and 36. RGB value is (170,78,54). Sum of RGB (Red+Green+Blue) = 170+78+54=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E36 is #55B1C9. Grayscale: #666666. Windows color (decimal): -5616074 or 3559082. OLE color: 3559082.

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

Color convert

RGB1707854-
CMYK00.540.680.33
HSL12.41º51.79%43.92%-
HSV(B)12.41º68.24%66.67%-
XYZ19.9714.265.19-
YUV102.77100.48175.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 54 (21.48% from 255) = 17.88%
R=56.29%
G=25.83%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170785400.540.680.3312.4151.7943.92
HexAA4E360364421c342c
Octal2521166606610441146454
Binary101010101001110110110011011010001001000011100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E36; }

 p { color: rgb(170,78,54); }

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

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

 a { background-color: rgb(170,78,54); }

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

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

 span { border-color: rgb(170,78,54); }

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