#AC503D

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

Shades of Orange Roughy #AC503D

Tints of Orange Roughy #AC503D

Color information

#AC503D (or 0xAC503D) is unknown color: approx Orange Roughy. HEX triplet: AC, 50 and 3D. RGB value is (172,80,61). Sum of RGB (Red+Green+Blue) = 172+80+61=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC503D is #53AFC2. Grayscale: #696969. Windows color (decimal): -5484483 or 4018348. OLE color: 4018348.

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

Color convert

RGB1728061-
CMYK00.530.650.33
HSL10.27º47.64%45.69%-
HSV(B)10.27º64.53%67.45%-
XYZ20.7214.846.19-
YUV105.34102.98175.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.95%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=54.95%
G=25.56%
B=19.49%

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
Decimal172806100.530.650.3310.2747.6445.69
HexAC503D0354121a302e
Octal2541207506510141126056
Binary101011001010000111101011010110000011000011010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC503D; }

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

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

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

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

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

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

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

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