#ac533d

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

Shades of Orange Roughy #AC533D

Tints of Orange Roughy #AC533D

Color information

#AC533D (or 0xAC533D) is unknown color: approx Orange Roughy. HEX triplet: AC, 53 and 3D. RGB value is (172,83,61). Sum of RGB (Red+Green+Blue) = 172+83+61=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC533D is #53ACC2. Grayscale: #6B6B6B. Windows color (decimal): -5483715 or 4019116. OLE color: 4019116.

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

Color convert

RGB1728361-
CMYK00.520.650.33
HSL11.89º47.64%45.69%-
HSV(B)11.89º64.53%67.45%-
XYZ20.9515.296.26-
YUV107.1101.99174.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 61 (24.22% from 255) = 19.30%
R=54.43%
G=26.27%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172836100.520.650.3311.8947.6445.69
HexAC533D0344121c302e
Octal2541237506410141146056
Binary101011001010011111101011010010000011000011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac533d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac533d; }

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

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

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

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

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

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

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

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