#A14F35

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

Shades of Orange Roughy #A14F35

Tints of Orange Roughy #A14F35

Color information

#A14F35 (or 0xA14F35) is unknown color: approx Orange Roughy. HEX triplet: A1, 4F and 35. RGB value is (161,79,53). Sum of RGB (Red+Green+Blue) = 161+79+53=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F35 is #5EB0CA. Grayscale: #646464. Windows color (decimal): -6205643 or 3493793. OLE color: 3493793.

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

Color convert

RGB1617953-
CMYK00.510.670.37
HSL14.44º50.47%41.96%-
HSV(B)14.44º67.08%63.14%-
XYZ18.1413.435-
YUV100.55101.17171.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.95%
GREEN value IS 79 (31.25% from 255) = 26.96%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=54.95%
G=26.96%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161795300.510.670.3714.4450.4741.96
HexA14F350334325e322a
Octal2411176506310345166252
Binary101000011001111110101011001110000111001011110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F35; }

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

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

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

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

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

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

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

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