#A0503B

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

Shades of Orange Roughy #A0503B

Tints of Orange Roughy #A0503B

Color information

#A0503B (or 0xA0503B) is unknown color: approx Orange Roughy. HEX triplet: A0, 50 and 3B. RGB value is (160,80,59). Sum of RGB (Red+Green+Blue) = 160+80+59=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A0503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0503B is #5FAFC4. Grayscale: #656565. Windows color (decimal): -6270917 or 3887264. OLE color: 3887264.

HSL color Cylindrical-coordinate representation of color #A0503B: hue angle of 12.48º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0503B is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB1608059-
CMYK00.50.630.37
HSL12.48º46.12%42.94%-
HSV(B)12.48º63.13%62.75%-
XYZ18.1613.535.79-
YUV101.53104169.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 59 (23.44% from 255) = 19.73%
R=53.51%
G=26.76%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160805900.50.630.3712.4846.1242.94
HexA0503B0323F25c2e2b
Octal240120730627745145653
Binary10100000101000011101101100101111111001011100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0503B; }

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

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

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

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

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

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

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

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