#AB563B

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

Shades of Orange Roughy #AB563B

Tints of Orange Roughy #AB563B

Color information

#AB563B (or 0xAB563B) is unknown color: approx Orange Roughy. HEX triplet: AB, 56 and 3B. RGB value is (171,86,59). Sum of RGB (Red+Green+Blue) = 171+86+59=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB563B is #54A9C4. Grayscale: #6C6C6C. Windows color (decimal): -5548485 or 3888811. OLE color: 3888811.

HSL color Cylindrical-coordinate representation of color #AB563B: hue angle of 14.46º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB563B is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1718659-
CMYK00.500.650.33
HSL14.46º48.7%45.1%-
HSV(B)14.46º65.5%67.06%-
XYZ20.9115.636.05-
YUV108.34100.16172.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 59 (23.44% from 255) = 18.67%
R=54.11%
G=27.22%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171865900.500.650.3314.4648.745.1
HexAB563B0324121e312d
Octal2531267306210141166155
Binary101010111010110111011011001010000011000011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB563B; }

 p { color: rgb(171,86,59); }

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

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

 a { background-color: rgb(171,86,59); }

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

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

 span { border-color: rgb(171,86,59); }

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