#AC573A

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

Shades of Orange Roughy #AC573A

Tints of Orange Roughy #AC573A

Color information

#AC573A (or 0xAC573A) is unknown color: approx Orange Roughy. HEX triplet: AC, 57 and 3A. RGB value is (172,87,58). Sum of RGB (Red+Green+Blue) = 172+87+58=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC573A is #53A8C5. Grayscale: #6D6D6D. Windows color (decimal): -5482694 or 3823532. OLE color: 3823532.

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

Color convert

RGB1728758-
CMYK00.490.660.33
HSL15.26º49.57%45.1%-
HSV(B)15.26º66.28%67.45%-
XYZ21.1915.895.95-
YUV109.1199.16172.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=54.26%
G=27.44%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172875800.490.660.3315.2649.5745.1
HexAC573A0314221f322d
Octal2541277206110241176255
Binary101011001010111111010011000110000101000011111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC573A; }

 p { color: rgb(172,87,58); }

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

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

 a { background-color: rgb(172,87,58); }

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

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

 span { border-color: rgb(172,87,58); }

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