#AC4C38

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

Shades of Orange Roughy #AC4C38

Tints of Orange Roughy #AC4C38

Color information

#AC4C38 (or 0xAC4C38) is unknown color: approx Orange Roughy. HEX triplet: AC, 4C and 38. RGB value is (172,76,56). Sum of RGB (Red+Green+Blue) = 172+76+56=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C38 is #53B3C7. Grayscale: #666666. Windows color (decimal): -5485512 or 3689644. OLE color: 3689644.

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

Color convert

RGB1727656-
CMYK00.560.670.33
HSL10.34º50.88%44.71%-
HSV(B)10.34º67.44%67.45%-
XYZ20.3114.235.42-
YUV102.42101.8177.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.58%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=56.58%
G=25%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172765600.560.670.3310.3450.8844.71
HexAC4C380384321a332d
Octal2541147007010341126355
Binary101011001001100111000011100010000111000011010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C38; }

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

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

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

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

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

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

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

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