#AC4D3A

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

Shades of Orange Roughy #AC4D3A

Tints of Orange Roughy #AC4D3A

Color information

#AC4D3A (or 0xAC4D3A) is unknown color: approx Orange Roughy. HEX triplet: AC, 4D and 3A. RGB value is (172,77,58). Sum of RGB (Red+Green+Blue) = 172+77+58=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D3A is #53B2C5. Grayscale: #676767. Windows color (decimal): -5485254 or 3820972. OLE color: 3820972.

HSL color Cylindrical-coordinate representation of color #AC4D3A: hue angle of 10º degrees, saturation: 0.5, 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 #AC4D3A is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1727758-
CMYK00.550.660.33
HSL10º49.57%45.1%-
HSV(B)10º66.28%67.45%-
XYZ20.4314.385.7-
YUV103.24102.47177.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=56.03%
G=25.08%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172775800.550.660.331049.5745.1
HexAC4D3A0374221a322d
Octal2541157206710241126255
Binary101011001001101111010011011110000101000011010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D3A; }

 p { color: rgb(172,77,58); }

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

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

 a { background-color: rgb(172,77,58); }

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

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

 span { border-color: rgb(172,77,58); }

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