#AC4D38

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

Shades of Orange Roughy #AC4D38

Tints of Orange Roughy #AC4D38

Color information

#AC4D38 (or 0xAC4D38) is unknown color: approx Orange Roughy. HEX triplet: AC, 4D and 38. RGB value is (172,77,56). Sum of RGB (Red+Green+Blue) = 172+77+56=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D38 is #53B2C7. Grayscale: #676767. Windows color (decimal): -5485256 or 3689900. OLE color: 3689900.

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

Color convert

RGB1727756-
CMYK00.550.670.33
HSL10.86º50.88%44.71%-
HSV(B)10.86º67.44%67.45%-
XYZ20.3814.365.44-
YUV103.01101.47177.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=56.39%
G=25.25%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172775600.550.670.3310.8650.8844.71
HexAC4D380374321b332d
Octal2541157006710341136355
Binary101011001001101111000011011110000111000011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D38; }

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

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

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

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

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

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

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

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