#A14F3B

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

Shades of Orange Roughy #A14F3B

Tints of Orange Roughy #A14F3B

Color information

#A14F3B (or 0xA14F3B) is unknown color: approx Orange Roughy. HEX triplet: A1, 4F and 3B. RGB value is (161,79,59). Sum of RGB (Red+Green+Blue) = 161+79+59=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F3B is #5EB0C4. Grayscale: #656565. Windows color (decimal): -6205637 or 3887009. OLE color: 3887009.

HSL color Cylindrical-coordinate representation of color #A14F3B: hue angle of 11.76º 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 #A14F3B is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB1617959-
CMYK00.510.630.37
HSL11.76º46.36%43.14%-
HSV(B)11.76º63.35%63.14%-
XYZ18.2813.485.78-
YUV101.24104.17170.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 59 (23.44% from 255) = 19.73%
R=53.85%
G=26.42%
B=19.73%

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
Decimal161795900.510.630.3711.7646.3643.14
HexA14F3B0333F25c2e2b
Octal241117730637745145653
Binary10100001100111111101101100111111111001011100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F3B; }

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

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

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

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

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

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

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

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