#A14B36

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

Shades of Orange Roughy #A14B36

Tints of Orange Roughy #A14B36

Color information

#A14B36 (or 0xA14B36) is unknown color: approx Orange Roughy. HEX triplet: A1, 4B and 36. RGB value is (161,75,54). Sum of RGB (Red+Green+Blue) = 161+75+54=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B36 is #5EB4C9. Grayscale: #626262. Windows color (decimal): -6206666 or 3558305. OLE color: 3558305.

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

Color convert

RGB1617554-
CMYK00.530.660.37
HSL11.78º49.77%42.16%-
HSV(B)11.78º66.46%63.14%-
XYZ17.8812.885.03-
YUV98.32102.99172.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=55.52%
G=25.86%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161755400.530.660.3711.7849.7742.16
HexA14B360354225c322a
Octal2411136606510245146252
Binary101000011001011110110011010110000101001011100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B36; }

 p { color: rgb(161,75,54); }

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

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

 a { background-color: rgb(161,75,54); }

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

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

 span { border-color: rgb(161,75,54); }

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