#AB573F

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

Shades of Orange Roughy #AB573F

Tints of Orange Roughy #AB573F

Color information

#AB573F (or 0xAB573F) is unknown color: approx Orange Roughy. HEX triplet: AB, 57 and 3F. RGB value is (171,87,63). Sum of RGB (Red+Green+Blue) = 171+87+63=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB573F is #54A8C0. Grayscale: #6D6D6D. Windows color (decimal): -5548225 or 4151211. OLE color: 4151211.

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

Color convert

RGB1718763-
CMYK00.490.630.33
HSL13.33º46.15%45.88%-
HSV(B)13.33º63.16%67.06%-
XYZ21.115.836.65-
YUV109.38101.83171.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 63 (25% from 255) = 19.63%
R=53.27%
G=27.10%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171876300.490.630.3313.3346.1545.88
HexAB573F0313F21d2e2e
Octal253127770617741155656
Binary10101011101011111111101100011111111000011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB573F; }

 p { color: rgb(171,87,63); }

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

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

 a { background-color: rgb(171,87,63); }

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

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

 span { border-color: rgb(171,87,63); }

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