#AC523D

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

Shades of Orange Roughy #AC523D

Tints of Orange Roughy #AC523D

Color information

#AC523D (or 0xAC523D) is unknown color: approx Orange Roughy. HEX triplet: AC, 52 and 3D. RGB value is (172,82,61). Sum of RGB (Red+Green+Blue) = 172+82+61=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC523D is #53ADC2. Grayscale: #6A6A6A. Windows color (decimal): -5483971 or 4018860. OLE color: 4018860.

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

Color convert

RGB1728261-
CMYK00.520.650.33
HSL11.35º47.64%45.69%-
HSV(B)11.35º64.53%67.45%-
XYZ20.8715.146.24-
YUV106.52102.32174.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=54.60%
G=26.03%
B=19.37%

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
Decimal172826100.520.650.3311.3547.6445.69
HexAC523D0344121b302e
Octal2541227506410141136056
Binary101011001010010111101011010010000011000011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC523D; }

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

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

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

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

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

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

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

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