#AC4C3B

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

Shades of Orange Roughy #AC4C3B

Tints of Orange Roughy #AC4C3B

Color information

#AC4C3B (or 0xAC4C3B) is unknown color: approx Orange Roughy. HEX triplet: AC, 4C and 3B. RGB value is (172,76,59). Sum of RGB (Red+Green+Blue) = 172+76+59=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C3B is #53B3C4. Grayscale: #666666. Windows color (decimal): -5485509 or 3886252. OLE color: 3886252.

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

Color convert

RGB1727659-
CMYK00.560.660.33
HSL9.03º48.92%45.29%-
HSV(B)9.03º65.7%67.45%-
XYZ20.3914.265.81-
YUV102.77103.3177.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=56.03%
G=24.76%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172765900.560.660.339.0348.9245.29
HexAC4C3B03842219312d
Octal2541147307010241116155
Binary101011001001100111011011100010000101000011001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C3B; }

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

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

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

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

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

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

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

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