#AA503B

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

Shades of Orange Roughy #AA503B

Tints of Orange Roughy #AA503B

Color information

#AA503B (or 0xAA503B) is unknown color: approx Orange Roughy. HEX triplet: AA, 50 and 3B. RGB value is (170,80,59). Sum of RGB (Red+Green+Blue) = 170+80+59=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA503B is #55AFC4. Grayscale: #686868. Windows color (decimal): -5615557 or 3887274. OLE color: 3887274.

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

Color convert

RGB1708059-
CMYK00.530.650.33
HSL11.35º48.47%44.9%-
HSV(B)11.35º65.29%66.67%-
XYZ20.2414.65.89-
YUV104.52102.32174.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=55.02%
G=25.89%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170805900.530.650.3311.3548.4744.9
HexAA503B0354121b302d
Octal2521207306510141136055
Binary101010101010000111011011010110000011000011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA503B; }

 p { color: rgb(170,80,59); }

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

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

 a { background-color: rgb(170,80,59); }

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

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

 span { border-color: rgb(170,80,59); }

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