#AB533A

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

Shades of Orange Roughy #AB533A

Tints of Orange Roughy #AB533A

Color information

#AB533A (or 0xAB533A) is unknown color: approx Orange Roughy. HEX triplet: AB, 53 and 3A. RGB value is (171,83,58). Sum of RGB (Red+Green+Blue) = 171+83+58=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB533A is #54ACC5. Grayscale: #6A6A6A. Windows color (decimal): -5549254 or 3822507. OLE color: 3822507.

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

Color convert

RGB1718358-
CMYK00.510.660.33
HSL13.27º49.34%44.9%-
HSV(B)13.27º66.08%67.06%-
XYZ20.6515.155.84-
YUV106.46100.65174.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 58 (23.05% from 255) = 18.59%
R=54.81%
G=26.60%
B=18.59%

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
Decimal171835800.510.660.3313.2749.3444.9
HexAB533A0334221d312d
Octal2531237206310241156155
Binary101010111010011111010011001110000101000011101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB533A; }

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

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

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

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

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

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

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

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