#A2563A

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

Shades of Orange Roughy #A2563A

Tints of Orange Roughy #A2563A

Color information

#A2563A (or 0xA2563A) is unknown color: approx Orange Roughy. HEX triplet: A2, 56 and 3A. RGB value is (162,86,58). Sum of RGB (Red+Green+Blue) = 162+86+58=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2563A is #5DA9C5. Grayscale: #696969. Windows color (decimal): -6138310 or 3823266. OLE color: 3823266.

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

Color convert

RGB1628658-
CMYK00.470.640.36
HSL16.15º47.27%43.14%-
HSV(B)16.15º64.2%63.53%-
XYZ18.9914.645.83-
YUV105.53101.18168.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 58 (23.05% from 255) = 18.95%
R=52.94%
G=28.10%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162865800.470.640.3616.1547.2743.14
HexA2563A02F4024102f2b
Octal2421267205710044205753
Binary1010001010101101110100101111100000010010010000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2563A; }

 p { color: rgb(162,86,58); }

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

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

 a { background-color: rgb(162,86,58); }

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

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

 span { border-color: rgb(162,86,58); }

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