#AC543B

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

Shades of Orange Roughy #AC543B

Tints of Orange Roughy #AC543B

Color information

#AC543B (or 0xAC543B) is unknown color: approx Orange Roughy. HEX triplet: AC, 54 and 3B. RGB value is (172,84,59). Sum of RGB (Red+Green+Blue) = 172+84+59=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC543B is #53ABC4. Grayscale: #6B6B6B. Windows color (decimal): -5483461 or 3888300. OLE color: 3888300.

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

Color convert

RGB1728459-
CMYK00.510.660.33
HSL13.27º48.92%45.29%-
HSV(B)13.27º65.7%67.45%-
XYZ20.9715.436.01-
YUV107.46100.65174.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=54.60%
G=26.67%
B=18.73%

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
Decimal172845900.510.660.3313.2748.9245.29
HexAC543B0334221d312d
Octal2541247306310241156155
Binary101011001010100111011011001110000101000011101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC543B; }

 p { color: rgb(172,84,59); }

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

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

 a { background-color: rgb(172,84,59); }

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

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

 span { border-color: rgb(172,84,59); }

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