#A0503C

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

Shades of Orange Roughy #A0503C

Tints of Orange Roughy #A0503C

Color information

#A0503C (or 0xA0503C) is unknown color: approx Orange Roughy. HEX triplet: A0, 50 and 3C. RGB value is (160,80,60). Sum of RGB (Red+Green+Blue) = 160+80+60=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0503C is #5FAFC3. Grayscale: #656565. Windows color (decimal): -6270916 or 3952800. OLE color: 3952800.

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

Color convert

RGB1608060-
CMYK00.50.620.37
HSL12º45.45%43.14%-
HSV(B)12º62.5%62.75%-
XYZ18.1813.545.93-
YUV101.64104.5169.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.33%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 60 (23.83% from 255) = 20%
R=53.33%
G=26.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160806000.50.620.371245.4543.14
HexA0503C0323E25c2d2b
Octal240120740627645145553
Binary10100000101000011110001100101111101001011100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0503C; }

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

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

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

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

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

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

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

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