#AB543A

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

Shades of Orange Roughy #AB543A

Tints of Orange Roughy #AB543A

Color information

#AB543A (or 0xAB543A) is unknown color: approx Orange Roughy. HEX triplet: AB, 54 and 3A. RGB value is (171,84,58). Sum of RGB (Red+Green+Blue) = 171+84+58=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB543A is #54ABC5. Grayscale: #6B6B6B. Windows color (decimal): -5548998 or 3822763. OLE color: 3822763.

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

Color convert

RGB1718458-
CMYK00.510.660.33
HSL13.81º49.34%44.9%-
HSV(B)13.81º66.08%67.06%-
XYZ20.7315.35.86-
YUV107.05100.32173.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=54.63%
G=26.84%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171845800.510.660.3313.8149.3444.9
HexAB543A0334221e312d
Octal2531247206310241166155
Binary101010111010100111010011001110000101000011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB543A; }

 p { color: rgb(171,84,58); }

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

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

 a { background-color: rgb(171,84,58); }

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

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

 span { border-color: rgb(171,84,58); }

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