#A1503D

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

Shades of Orange Roughy #A1503D

Tints of Orange Roughy #A1503D

Color information

#A1503D (or 0xA1503D) is unknown color: approx Orange Roughy. HEX triplet: A1, 50 and 3D. RGB value is (161,80,61). Sum of RGB (Red+Green+Blue) = 161+80+61=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1503D is #5EAFC2. Grayscale: #666666. Windows color (decimal): -6205379 or 4018337. OLE color: 4018337.

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

Color convert

RGB1618061-
CMYK00.500.620.37
HSL11.4º45.05%43.53%-
HSV(B)11.4º62.11%63.14%-
XYZ18.4113.656.08-
YUV102.05104.84170.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.31%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=53.31%
G=26.49%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161806100.500.620.3711.445.0543.53
HexA1503D0323E25b2d2c
Octal241120750627645135554
Binary10100001101000011110101100101111101001011011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1503D; }

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

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

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

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

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

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

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

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