#A0503A

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

Shades of Orange Roughy #A0503A

Tints of Orange Roughy #A0503A

Color information

#A0503A (or 0xA0503A) is unknown color: approx Orange Roughy. HEX triplet: A0, 50 and 3A. RGB value is (160,80,58). Sum of RGB (Red+Green+Blue) = 160+80+58=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A0503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0503A is #5FAFC5. Grayscale: #656565. Windows color (decimal): -6270918 or 3821728. OLE color: 3821728.

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

Color convert

RGB1608058-
CMYK00.50.640.37
HSL12.94º46.79%42.75%-
HSV(B)12.94º63.75%62.75%-
XYZ18.1313.525.66-
YUV101.41103.5169.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=53.69%
G=26.85%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160805800.50.640.3712.9446.7942.75
HexA0503A0324025d2f2b
Octal2401207206210045155753
Binary101000001010000111010011001010000001001011101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0503A; }

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

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

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

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

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

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

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

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