#AC5035

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

Shades of Orange Roughy #AC5035

Tints of Orange Roughy #AC5035

Color information

#AC5035 (or 0xAC5035) is unknown color: approx Orange Roughy. HEX triplet: AC, 50 and 35. RGB value is (172,80,53). Sum of RGB (Red+Green+Blue) = 172+80+53=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5035 is #53AFCA. Grayscale: #686868. Windows color (decimal): -5484491 or 3494060. OLE color: 3494060.

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

Color convert

RGB1728053-
CMYK00.530.690.33
HSL13.61º52.89%44.12%-
HSV(B)13.61º69.19%67.45%-
XYZ20.5214.775.14-
YUV104.4398.98176.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=56.39%
G=26.23%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172805300.530.690.3313.6152.8944.12
HexAC50350354521e352c
Octal2541206506510541166554
Binary101011001010000110101011010110001011000011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5035; }

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

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

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

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

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

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

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

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