#AC5133

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

Shades of Orange Roughy #AC5133

Tints of Orange Roughy #AC5133

Color information

#AC5133 (or 0xAC5133) is unknown color: approx Orange Roughy. HEX triplet: AC, 51 and 33. RGB value is (172,81,51). Sum of RGB (Red+Green+Blue) = 172+81+51=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5133 is #53AECC. Grayscale: #696969. Windows color (decimal): -5484237 or 3363244. OLE color: 3363244.

HSL color Cylindrical-coordinate representation of color #AC5133: hue angle of 14.88º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC5133 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1728151-
CMYK00.530.700.33
HSL14.88º54.26%43.73%-
HSV(B)14.88º70.35%67.45%-
XYZ20.5514.894.92-
YUV104.7997.65175.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.58%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=56.58%
G=26.64%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172815100.530.700.3314.8854.2643.73
HexAC51330354621f362c
Octal2541216306510641176654
Binary101011001010001110011011010110001101000011111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5133; }

 p { color: rgb(172,81,51); }

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

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

 a { background-color: rgb(172,81,51); }

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

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

 span { border-color: rgb(172,81,51); }

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