#A1503C

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

Shades of Orange Roughy #A1503C

Tints of Orange Roughy #A1503C

Color information

#A1503C (or 0xA1503C) is unknown color: approx Orange Roughy. HEX triplet: A1, 50 and 3C. RGB value is (161,80,60). Sum of RGB (Red+Green+Blue) = 161+80+60=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A1503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1503C is #5EAFC3. Grayscale: #666666. Windows color (decimal): -6205380 or 3952801. OLE color: 3952801.

HSL color Cylindrical-coordinate representation of color #A1503C: hue angle of 11.88º 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 #A1503C is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB1618060-
CMYK00.500.630.37
HSL11.88º45.7%43.33%-
HSV(B)11.88º62.73%63.14%-
XYZ18.3813.645.94-
YUV101.94104.34170.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 60 (23.83% from 255) = 19.93%
R=53.49%
G=26.58%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161806000.500.630.3711.8845.743.33
HexA1503C0323F25c2e2b
Octal241120740627745145653
Binary10100001101000011110001100101111111001011100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1503C; }

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

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

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

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

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

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

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

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