#AA4E39

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

Shades of Orange Roughy #AA4E39

Tints of Orange Roughy #AA4E39

Color information

#AA4E39 (or 0xAA4E39) is unknown color: approx Orange Roughy. HEX triplet: AA, 4E and 39. RGB value is (170,78,57). Sum of RGB (Red+Green+Blue) = 170+78+57=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E39 is #55B1C6. Grayscale: #676767. Windows color (decimal): -5616071 or 3755690. OLE color: 3755690.

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

Color convert

RGB1707857-
CMYK00.540.660.33
HSL11.15º49.78%44.51%-
HSV(B)11.15º66.47%66.67%-
XYZ20.0414.295.57-
YUV103.11101.98175.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=55.74%
G=25.57%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170785700.540.660.3311.1549.7844.51
HexAA4E390364221b322d
Octal2521167106610241136255
Binary101010101001110111001011011010000101000011011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E39; }

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

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

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

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

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

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

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

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