#A14E34

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

Shades of Orange Roughy #A14E34

Tints of Orange Roughy #A14E34

Color information

#A14E34 (or 0xA14E34) is unknown color: approx Orange Roughy. HEX triplet: A1, 4E and 34. RGB value is (161,78,52). Sum of RGB (Red+Green+Blue) = 161+78+52=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E34 is #5EB1CB. Grayscale: #646464. Windows color (decimal): -6205900 or 3428001. OLE color: 3428001.

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

Color convert

RGB1617852-
CMYK00.520.680.37
HSL14.31º51.17%41.76%-
HSV(B)14.31º67.7%63.14%-
XYZ18.0413.274.86-
YUV99.85101171.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.33%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=55.33%
G=26.80%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161785200.520.680.3714.3151.1741.76
HexA14E340344425e332a
Octal2411166406410445166352
Binary101000011001110110100011010010001001001011110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E34; }

 p { color: rgb(161,78,52); }

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

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

 a { background-color: rgb(161,78,52); }

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

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

 span { border-color: rgb(161,78,52); }

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