#AC5A3B

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

Shades of Orange Roughy #AC5A3B

Tints of Orange Roughy #AC5A3B

Color information

#AC5A3B (or 0xAC5A3B) is unknown color: approx Orange Roughy. HEX triplet: AC, 5A and 3B. RGB value is (172,90,59). Sum of RGB (Red+Green+Blue) = 172+90+59=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A3B is #53A5C4. Grayscale: #6F6F6F. Windows color (decimal): -5481925 or 3889836. OLE color: 3889836.

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

Color convert

RGB1729059-
CMYK00.480.660.33
HSL16.46º48.92%45.29%-
HSV(B)16.46º65.7%67.45%-
XYZ21.4616.46.17-
YUV110.9898.67171.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=53.58%
G=28.04%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172905900.480.660.3316.4648.9245.29
HexAC5A3B030422110312d
Octal2541327306010241206155
Binary1010110010110101110110110000100001010000110000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A3B; }

 p { color: rgb(172,90,59); }

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

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

 a { background-color: rgb(172,90,59); }

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

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

 span { border-color: rgb(172,90,59); }

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