#AC5538

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

Shades of Orange Roughy #AC5538

Tints of Orange Roughy #AC5538

Color information

#AC5538 (or 0xAC5538) is unknown color: approx Orange Roughy. HEX triplet: AC, 55 and 38. RGB value is (172,85,56). Sum of RGB (Red+Green+Blue) = 172+85+56=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5538 is #53AAC7. Grayscale: #6B6B6B. Windows color (decimal): -5483208 or 3691948. OLE color: 3691948.

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

Color convert

RGB1728556-
CMYK00.510.670.33
HSL15º50.88%44.71%-
HSV(B)15º67.44%67.45%-
XYZ20.9815.555.64-
YUV107.7198.82173.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.95%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=54.95%
G=27.16%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172855600.510.670.331550.8844.71
HexAC55380334321f332d
Octal2541257006310341176355
Binary101011001010101111000011001110000111000011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5538; }

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

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

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

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

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

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

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

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