#AA4C36

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

Shades of Orange Roughy #AA4C36

Tints of Orange Roughy #AA4C36

Color information

#AA4C36 (or 0xAA4C36) is unknown color: approx Orange Roughy. HEX triplet: AA, 4C and 36. RGB value is (170,76,54). Sum of RGB (Red+Green+Blue) = 170+76+54=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C36 is #55B3C9. Grayscale: #656565. Windows color (decimal): -5616586 or 3558570. OLE color: 3558570.

HSL color Cylindrical-coordinate representation of color #AA4C36: hue angle of 11.38º 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 #AA4C36 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB1707654-
CMYK00.550.680.33
HSL11.38º51.79%43.92%-
HSV(B)11.38º68.24%66.67%-
XYZ19.8313.985.14-
YUV101.6101.14176.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.67%
GREEN value IS 76 (30.08% from 255) = 25.33%
BLUE value IS 54 (21.48% from 255) = 18%
R=56.67%
G=25.33%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170765400.550.680.3311.3851.7943.92
HexAA4C360374421b342c
Octal2521146606710441136454
Binary101010101001100110110011011110001001000011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C36; }

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

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

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

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

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

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

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

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