#A3563A

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

Shades of Orange Roughy #A3563A

Tints of Orange Roughy #A3563A

Color information

#A3563A (or 0xA3563A) is unknown color: approx Orange Roughy. HEX triplet: A3, 56 and 3A. RGB value is (163,86,58). Sum of RGB (Red+Green+Blue) = 163+86+58=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3563A is #5CA9C5. Grayscale: #6A6A6A. Windows color (decimal): -6072774 or 3823267. OLE color: 3823267.

HSL color Cylindrical-coordinate representation of color #A3563A: hue angle of 16º degrees, saturation: 0.48, 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 #A3563A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1638658-
CMYK00.470.640.36
HSL16º47.51%43.33%-
HSV(B)16º64.42%63.92%-
XYZ19.214.755.84-
YUV105.83101.01168.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=53.09%
G=28.01%
B=18.89%

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
Decimal163865800.470.640.361647.5143.33
HexA3563A02F402410302b
Octal2431267205710044206053
Binary1010001110101101110100101111100000010010010000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3563A; }

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

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

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

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

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

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

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

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