#AC5038

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

Shades of Orange Roughy #AC5038

Tints of Orange Roughy #AC5038

Color information

#AC5038 (or 0xAC5038) is unknown color: approx Orange Roughy. HEX triplet: AC, 50 and 38. RGB value is (172,80,56). Sum of RGB (Red+Green+Blue) = 172+80+56=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5038 is #53AFC7. Grayscale: #686868. Windows color (decimal): -5484488 or 3690668. OLE color: 3690668.

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

Color convert

RGB1728056-
CMYK00.530.670.33
HSL12.41º50.88%44.71%-
HSV(B)12.41º67.44%67.45%-
XYZ20.614.795.51-
YUV104.77100.48175.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.84%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=55.84%
G=25.97%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172805600.530.670.3312.4150.8844.71
HexAC50380354321c332d
Octal2541207006510341146355
Binary101011001010000111000011010110000111000011100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5038; }

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

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

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

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

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

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

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

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