#AC4E3D

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

Shades of Orange Roughy #AC4E3D

Tints of Orange Roughy #AC4E3D

Color information

#AC4E3D (or 0xAC4E3D) is unknown color: approx Orange Roughy. HEX triplet: AC, 4E and 3D. RGB value is (172,78,61). Sum of RGB (Red+Green+Blue) = 172+78+61=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E3D is #53B1C2. Grayscale: #686868. Windows color (decimal): -5484995 or 4017836. OLE color: 4017836.

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

Color convert

RGB1727861-
CMYK00.550.650.33
HSL9.19º47.64%45.69%-
HSV(B)9.19º64.53%67.45%-
XYZ20.5814.566.14-
YUV104.17103.64176.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.31%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=55.31%
G=25.08%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172786100.550.650.339.1947.6445.69
HexAC4E3D03741219302e
Octal2541167506710141116056
Binary101011001001110111101011011110000011000011001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E3D; }

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

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

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

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

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

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

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

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