#AB513B

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

Shades of Orange Roughy #AB513B

Tints of Orange Roughy #AB513B

Color information

#AB513B (or 0xAB513B) is unknown color: approx Orange Roughy. HEX triplet: AB, 51 and 3B. RGB value is (171,81,59). Sum of RGB (Red+Green+Blue) = 171+81+59=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB513B is #54AEC4. Grayscale: #696969. Windows color (decimal): -5549765 or 3887531. OLE color: 3887531.

HSL color Cylindrical-coordinate representation of color #AB513B: hue angle of 11.79º 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 #AB513B is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1718159-
CMYK00.530.650.33
HSL11.79º48.7%45.1%-
HSV(B)11.79º65.5%67.06%-
XYZ20.5314.865.92-
YUV105.4101.82174.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.98%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=54.98%
G=26.05%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171815900.530.650.3311.7948.745.1
HexAB513B0354121c312d
Octal2531217306510141146155
Binary101010111010001111011011010110000011000011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB513B; }

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

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

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

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

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

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

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

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