#A04F3B

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

Shades of Orange Roughy #A04F3B

Tints of Orange Roughy #A04F3B

Color information

#A04F3B (or 0xA04F3B) is unknown color: approx Orange Roughy. HEX triplet: A0, 4F and 3B. RGB value is (160,79,59). Sum of RGB (Red+Green+Blue) = 160+79+59=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F3B is #5FB0C4. Grayscale: #656565. Windows color (decimal): -6271173 or 3887008. OLE color: 3887008.

HSL color Cylindrical-coordinate representation of color #A04F3B: hue angle of 11.88º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04F3B is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB1607959-
CMYK00.510.630.37
HSL11.88º46.12%42.94%-
HSV(B)11.88º63.13%62.75%-
XYZ18.0813.385.77-
YUV100.94104.34170.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=53.69%
G=26.51%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160795900.510.630.3711.8846.1242.94
HexA04F3B0333F25c2e2b
Octal240117730637745145653
Binary10100000100111111101101100111111111001011100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F3B; }

 p { color: rgb(160,79,59); }

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

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

 a { background-color: rgb(160,79,59); }

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

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

 span { border-color: rgb(160,79,59); }

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