#AC4F38

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

Shades of Orange Roughy #AC4F38

Tints of Orange Roughy #AC4F38

Color information

#AC4F38 (or 0xAC4F38) is unknown color: approx Orange Roughy. HEX triplet: AC, 4F and 38. RGB value is (172,79,56). Sum of RGB (Red+Green+Blue) = 172+79+56=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4F38 is #53B0C7. Grayscale: #686868. Windows color (decimal): -5484744 or 3690412. OLE color: 3690412.

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

Color convert

RGB1727956-
CMYK00.540.670.33
HSL11.9º50.88%44.71%-
HSV(B)11.9º67.44%67.45%-
XYZ20.5214.655.49-
YUV104.18100.81176.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=56.03%
G=25.73%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172795600.540.670.3311.950.8844.71
HexAC4F380364321c332d
Octal2541177006610341146355
Binary101011001001111111000011011010000111000011100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F38; }

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

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

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

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

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

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

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

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