#A5563A

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

Shades of Orange Roughy #A5563A

Tints of Orange Roughy #A5563A

Color information

#A5563A (or 0xA5563A) is unknown color: approx Orange Roughy. HEX triplet: A5, 56 and 3A. RGB value is (165,86,58). Sum of RGB (Red+Green+Blue) = 165+86+58=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5563A is #5AA9C5. Grayscale: #6A6A6A. Windows color (decimal): -5941702 or 3823269. OLE color: 3823269.

HSL color Cylindrical-coordinate representation of color #A5563A: hue angle of 15.7º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5563A is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1658658-
CMYK00.480.650.35
HSL15.7º47.98%43.73%-
HSV(B)15.7º64.85%64.71%-
XYZ19.6114.965.86-
YUV106.43100.67169.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=53.40%
G=27.83%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165865800.480.650.3515.747.9843.73
HexA5563A030412310302c
Octal2451267206010143206054
Binary1010010110101101110100110000100000110001110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5563A; }

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

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

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

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

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

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

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

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