#A2503C

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

Shades of Orange Roughy #A2503C

Tints of Orange Roughy #A2503C

Color information

#A2503C (or 0xA2503C) is unknown color: approx Orange Roughy. HEX triplet: A2, 50 and 3C. RGB value is (162,80,60). Sum of RGB (Red+Green+Blue) = 162+80+60=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2503C is #5DAFC3. Grayscale: #666666. Windows color (decimal): -6139844 or 3952802. OLE color: 3952802.

HSL color Cylindrical-coordinate representation of color #A2503C: hue angle of 11.76º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2503C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1628060-
CMYK00.510.630.36
HSL11.76º45.95%43.53%-
HSV(B)11.76º62.96%63.53%-
XYZ18.5813.745.95-
YUV102.24104.17170.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=53.64%
G=26.49%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162806000.510.630.3611.7645.9543.53
HexA2503C0333F24c2e2c
Octal242120740637744145654
Binary10100010101000011110001100111111111001001100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2503C; }

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

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

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

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

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

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

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

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