#AA4932

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

Shades of Orange Roughy #AA4932

Tints of Orange Roughy #AA4932

Color information

#AA4932 (or 0xAA4932) is unknown color: approx Orange Roughy. HEX triplet: AA, 49 and 32. RGB value is (170,73,50). Sum of RGB (Red+Green+Blue) = 170+73+50=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4932 is #55B6CD. Grayscale: #636363. Windows color (decimal): -5617358 or 3295658. OLE color: 3295658.

HSL color Cylindrical-coordinate representation of color #AA4932: hue angle of 11.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4932 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1707350-
CMYK00.570.710.33
HSL11.5º54.55%43.14%-
HSV(B)11.5º70.59%66.67%-
XYZ19.5413.544.6-
YUV99.38100.14178.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.02%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=58.02%
G=24.91%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170735000.570.710.3311.554.5543.14
HexAA49320394721c372b
Octal2521116207110741146753
Binary101010101001001110010011100110001111000011100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4932; }

 p { color: rgb(170,73,50); }

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

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

 a { background-color: rgb(170,73,50); }

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

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

 span { border-color: rgb(170,73,50); }

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