#AA4D36

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

Shades of Orange Roughy #AA4D36

Tints of Orange Roughy #AA4D36

Color information

#AA4D36 (or 0xAA4D36) is unknown color: approx Orange Roughy. HEX triplet: AA, 4D and 36. RGB value is (170,77,54). Sum of RGB (Red+Green+Blue) = 170+77+54=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D36 is #55B2C9. Grayscale: #666666. Windows color (decimal): -5616330 or 3558826. OLE color: 3558826.

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

Color convert

RGB1707754-
CMYK00.550.680.33
HSL11.9º51.79%43.92%-
HSV(B)11.9º68.24%66.67%-
XYZ19.914.125.17-
YUV102.18100.81176.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 54 (21.48% from 255) = 17.94%
R=56.48%
G=25.58%
B=17.94%

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
Decimal170775400.550.680.3311.951.7943.92
HexAA4D360374421c342c
Octal2521156606710441146454
Binary101010101001101110110011011110001001000011100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D36; }

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

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

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

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

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

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

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

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