#AC513D

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

Shades of Orange Roughy #AC513D

Tints of Orange Roughy #AC513D

Color information

#AC513D (or 0xAC513D) is unknown color: approx Orange Roughy. HEX triplet: AC, 51 and 3D. RGB value is (172,81,61). Sum of RGB (Red+Green+Blue) = 172+81+61=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC513D is #53AEC2. Grayscale: #6A6A6A. Windows color (decimal): -5484227 or 4018604. OLE color: 4018604.

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

Color convert

RGB1728161-
CMYK00.530.650.33
HSL10.81º47.64%45.69%-
HSV(B)10.81º64.53%67.45%-
XYZ20.814.996.21-
YUV105.93102.65175.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.78%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=54.78%
G=25.80%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172816100.530.650.3310.8147.6445.69
HexAC513D0354121b302e
Octal2541217506510141136056
Binary101011001010001111101011010110000011000011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC513D; }

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

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

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

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

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

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

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

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