#AB573B

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

Shades of Orange Roughy #AB573B

Tints of Orange Roughy #AB573B

Color information

#AB573B (or 0xAB573B) is unknown color: approx Orange Roughy. HEX triplet: AB, 57 and 3B. RGB value is (171,87,59). Sum of RGB (Red+Green+Blue) = 171+87+59=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB573B is #54A8C4. Grayscale: #6D6D6D. Windows color (decimal): -5548229 or 3889067. OLE color: 3889067.

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

Color convert

RGB1718759-
CMYK00.490.650.33
HSL15º48.7%45.1%-
HSV(B)15º65.5%67.06%-
XYZ20.9915.796.08-
YUV108.9299.83172.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=53.94%
G=27.44%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171875900.490.650.331548.745.1
HexAB573B0314121f312d
Octal2531277306110141176155
Binary101010111010111111011011000110000011000011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB573B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB573B; }

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

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

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

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

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

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

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

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