#AB563E

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

Shades of Orange Roughy #AB563E

Tints of Orange Roughy #AB563E

Color information

#AB563E (or 0xAB563E) is unknown color: approx Orange Roughy. HEX triplet: AB, 56 and 3E. RGB value is (171,86,62). Sum of RGB (Red+Green+Blue) = 171+86+62=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB563E is #54A9C1. Grayscale: #6C6C6C. Windows color (decimal): -5548482 or 4085419. OLE color: 4085419.

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

Color convert

RGB1718662-
CMYK00.500.640.33
HSL13.21º46.78%45.69%-
HSV(B)13.21º63.74%67.06%-
XYZ20.9915.666.47-
YUV108.68101.66172.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 62 (24.61% from 255) = 19.44%
R=53.61%
G=26.96%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171866200.500.640.3313.2146.7845.69
HexAB563E0324021d2f2e
Octal2531267606210041155756
Binary101010111010110111110011001010000001000011101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB563E; }

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

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

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

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

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

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

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

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