#AC4E37

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

Shades of Orange Roughy #AC4E37

Tints of Orange Roughy #AC4E37

Color information

#AC4E37 (or 0xAC4E37) is unknown color: approx Orange Roughy. HEX triplet: AC, 4E and 37. RGB value is (172,78,55). Sum of RGB (Red+Green+Blue) = 172+78+55=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E37 is #53B1C8. Grayscale: #676767. Windows color (decimal): -5485001 or 3624620. OLE color: 3624620.

HSL color Cylindrical-coordinate representation of color #AC4E37: hue angle of 11.79º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4E37 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB1727855-
CMYK00.550.680.33
HSL11.79º51.54%44.51%-
HSV(B)11.79º68.02%67.45%-
XYZ20.4314.55.34-
YUV103.48100.64176.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=56.39%
G=25.57%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172785500.550.680.3311.7951.5444.51
HexAC4E370374421c342d
Octal2541166706710441146455
Binary101011001001110110111011011110001001000011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E37; }

 p { color: rgb(172,78,55); }

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

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

 a { background-color: rgb(172,78,55); }

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

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

 span { border-color: rgb(172,78,55); }

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